mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Force reauth docker registry login in installer
This commit is contained in:
parent
6e4d886ea4
commit
ddbb845e36
@ -26,6 +26,7 @@
|
||||
registry: "{{ docker_registry }}"
|
||||
username: "{{ docker_registry_username }}"
|
||||
password: "{{ docker_registry_password }}"
|
||||
reauthorize: yes
|
||||
when: docker_registry is defined
|
||||
delegate_to: localhost
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user