mirror of
https://github.com/ansible/awx.git
synced 2026-01-18 21:21:21 -03:30
Make sure sdist builder image and AWX distribution are built on localhost even when deploying the final image remotely
Signed-off-by: Eike Frost <ei@kefro.st>
This commit is contained in:
parent
c695234ed1
commit
96156f148e
@ -54,6 +54,7 @@
|
||||
name: awx_sdist_builder
|
||||
tag: "{{ awx_version }}"
|
||||
force: true
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Build AWX distribution
|
||||
docker_container:
|
||||
@ -63,6 +64,7 @@
|
||||
detach: false
|
||||
volumes:
|
||||
- ../:/awx:Z
|
||||
delegate_to: localhost
|
||||
|
||||
- name: Set docker build base path
|
||||
set_fact:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user