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

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