mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
Merge pull request #3976 from Spredzy/fix_quote
openshift: Ensure char in password are not interpreted Reviewed-by: https://github.com/softwarefactory-project-zuul[bot]
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
shell: |
|
shell: |
|
||||||
{{ openshift_oc_bin }} login {{ openshift_host }} \
|
{{ openshift_oc_bin }} login {{ openshift_host }} \
|
||||||
-u {{ openshift_user }} \
|
-u {{ openshift_user }} \
|
||||||
-p {{ openshift_password }} \
|
-p {{ openshift_password | quote }} \
|
||||||
--insecure-skip-tls-verify={{ openshift_skip_tls_verify | default(false) | bool }}
|
--insecure-skip-tls-verify={{ openshift_skip_tls_verify | default(false) | bool }}
|
||||||
when:
|
when:
|
||||||
- openshift_user is defined
|
- openshift_user is defined
|
||||||
|
|||||||
Reference in New Issue
Block a user