Fix image build role when not deploying to localhost

This commit is contained in:
Shane McDonald
2018-04-20 00:07:25 -04:00
parent f4f22dc585
commit 98a9e82d2d

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 }}"