Merge pull request #1786 from shanemcd/devel

Fix image build role when not deploying to localhost
This commit is contained in:
Matthew Jones 2018-04-20 13:46:50 -04:00 committed by GitHub
commit d04bbde3c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -214,6 +214,7 @@
- name: Tag task and web images as latest
command: "docker tag {{ item }}:{{ awx_version }} {{ item }}:latest"
delegate_to: localhost
with_items:
- "{{ task_image }}"
- "{{ web_image }}"