Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
whitfiea committed Oct 22, 2024
1 parent 19c6b49 commit 96548c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ibm/mas_devops/playbooks/oneclick_core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
- lookup('env', 'MAS_INSTANCE_ID') != "" or mas_instance_id is defined
- lookup('env', 'MAS_CONFIG_DIR') != "" or mas_config_dir is defined
# SLS
- ((lookup('env', 'SLS_LICENSE_ID') != "" and lookup('env', 'SLS_LICENSE_FILE') != "") or
- ((lookup('env', 'SLS_LICENSE_ID') != "" and lookup('env', 'SLS_LICENSE_FILE') != "") or
sls_license_id is defined and sls_license_file is defined) or
(lookup('env', 'SLS_ENTITLEMENT_FILE') != "" or sls_entitlement_file is defined)
# DRO
Expand Down

0 comments on commit 96548c3

Please sign in to comment.