Skip to content

Commit

Permalink
caps
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Oct 22, 2024
1 parent 01f7472 commit fa6c27a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ibm/mas_devops/playbooks/oneclick_core.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
- hosts: localhost
any_errors_fatal: true
gather_facts: true
vars:
# Install SLS
# Note: We need to create some intermediate variables to construct sls_mongodb_cfg_file,
Expand All @@ -19,7 +18,7 @@
mas_workspace_id: "{{ lookup('env', 'MAS_WORKSPACE_ID') | default('masdev', true) }}"

environment:
IBM_ENTITLEMENT_KEY: "{{ ibm_entitlement_key }}"
IBM_ENTITLEMENT_KEY: "{{ IBM_ENTITLEMENT_KEY }}"
MAS_INSTANCE_ID: "{{ mas_instance_id }}"
MAS_CONFIG_DIR: " {{ mas_config_dir }}"
SLS_ENTITLEMENT_FILE: "{{ sls_entitlement_file }}"
Expand Down

0 comments on commit fa6c27a

Please sign in to comment.