mirror of
https://github.com/ansible/awx.git
synced 2026-01-29 23:34:42 -03:30
Merge pull request #7696 from AmadeusITGroup/fix_invalid_quote_filter
Installer: remove quote filter from docker_registry_password Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
commit
6527d23b42
@ -3,7 +3,7 @@
|
||||
docker_login:
|
||||
registry: "{{ docker_registry }}"
|
||||
username: "{{ docker_registry_username }}"
|
||||
password: "{{ docker_registry_password | quote }}"
|
||||
password: "{{ docker_registry_password }}"
|
||||
reauthorize: true
|
||||
when: docker_registry is defined and docker_registry_password is defined
|
||||
delegate_to: localhost
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user