Skip to content

Commit

Permalink
Correct env variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
ranbeersingh1 committed Dec 3, 2024
1 parent c6abfeb commit 3974f53
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
ansible.builtin.command: >
{{ emcli_script }}
environment:
EMCTL_COMMANDS: '{{ emcli }} modify_named_credential -cred_name=OEM_DB -cred_type=DBCreds -test -attributes="DBUserName:sysman;DBRole:Normal;DBPassword:${SYSMAN_PASSWORD}"'
EMCLI_COMMANDS: '{{ emcli }} modify_named_credential -cred_name=OEM_DB -cred_type=DBCreds -test -attributes="DBUserName:sysman;DBRole:Normal;DBPassword:${SYSMAN_PASSWORD}"'
register: update_name_credential
failed_when: update_name_credential.rc != 0
# - name: Create New Password for Nodemanager
Expand Down

0 comments on commit 3974f53

Please sign in to comment.