Skip to content

Commit 8663691

Browse files
authored
[patch] Fix bool as string: mas_hide_superuser_credentials (#2024)
1 parent 806f695 commit 8663691

File tree

1 file changed

+1
-1
lines changed
  • ibm/mas_devops/roles/suite_verify/defaults

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
mas_instance_id: "{{ lookup('env', 'MAS_INSTANCE_ID') }}"
3-
mas_hide_superuser_credentials: "{{ lookup('env', 'MAS_HIDE_SUPERUSER_CREDENTIALS') | default('True', True) }}"
3+
mas_hide_superuser_credentials: "{{ (lookup('env', 'MAS_HIDE_SUPERUSER_CREDENTIALS') | default('True', True)) | bool }}"

0 commit comments

Comments
 (0)