mirror of
https://github.com/ansible/awx.git
synced 2026-02-15 18:20:00 -03:30
Fix image build role when not deploying to localhost
This commit is contained in:
@@ -214,6 +214,7 @@
|
|||||||
|
|
||||||
- name: Tag task and web images as latest
|
- name: Tag task and web images as latest
|
||||||
command: "docker tag {{ item }}:{{ awx_version }} {{ item }}:latest"
|
command: "docker tag {{ item }}:{{ awx_version }} {{ item }}:latest"
|
||||||
|
delegate_to: localhost
|
||||||
with_items:
|
with_items:
|
||||||
- "{{ task_image }}"
|
- "{{ task_image }}"
|
||||||
- "{{ web_image }}"
|
- "{{ web_image }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user