mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
Force reauth docker registry login in installer
This commit is contained in:
@@ -26,6 +26,7 @@
|
|||||||
registry: "{{ docker_registry }}"
|
registry: "{{ docker_registry }}"
|
||||||
username: "{{ docker_registry_username }}"
|
username: "{{ docker_registry_username }}"
|
||||||
password: "{{ docker_registry_password }}"
|
password: "{{ docker_registry_password }}"
|
||||||
|
reauthorize: yes
|
||||||
when: docker_registry is defined
|
when: docker_registry is defined
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user