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

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