1
0
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:
Matthew Jones 2017-08-25 11:39:56 -04:00
parent 6e4d886ea4
commit ddbb845e36
No known key found for this signature in database
GPG Key ID: 76A4C17A97590C1C

View File

@ -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