mirror of
https://github.com/ansible/awx.git
synced 2026-01-12 10:30:03 -03:30
Merge pull request #1786 from shanemcd/devel
Fix image build role when not deploying to localhost
This commit is contained in:
commit
d04bbde3c2
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user