mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
openshift: Ensure char in password are not interpreted
If password contains ';' (and potentially any shell interpretable chars) it won't be interpreted properly as the openshift password. Signed-off-by: Yanis Guenane <yguenane@redhat.com>
This commit is contained in:
parent
e6b78292ec
commit
99296cf5f1
@ -17,7 +17,7 @@
|
||||
shell: |
|
||||
{{ openshift_oc_bin }} login {{ openshift_host }} \
|
||||
-u {{ openshift_user }} \
|
||||
-p {{ openshift_password }} \
|
||||
-p {{ openshift_password | quote }} \
|
||||
--insecure-skip-tls-verify={{ openshift_skip_tls_verify | default(false) | bool }}
|
||||
when:
|
||||
- openshift_user is defined
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user