File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11- name : get service passwords
22 ansible.builtin.shell : |
33 oc get secret tripleo-passwords -o jsonpath='{.data.*}' | base64 -d>~/tripleo-standalone-passwords.yaml
4- cp ~/tripleo-standalone-passwords.yaml ~/overcloud-passwords.yaml
4+ cp ~/tripleo-standalone-passwords.yaml {{ tripleo_passwords['default'] | replace("~", "$HOME") }}
55 when : get_svc_pass| default(false) | bool
66
77- name : get OSPdO storage storageClass
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ mariadb_passwords_env: |-
119119mariadb_copy_shell_vars_src : |-
120120 {{ shell_header }}
121121
122- PASSWORD_FILE="$HOME/overcloud-passwords.yaml "
122+ PASSWORD_FILE="{{ tripleo_passwords['default'] | replace("~", " $HOME") }} "
123123
124124 {{ mariadb_image_env }}
125125 {{ cells_env }}
You can’t perform that action at this time.
0 commit comments