mirror of
https://github.com/ansible/awx.git
synced 2026-03-05 10:41:05 -03:30
Merge pull request #140 from eikef/delegate_sdist_localhost
Make sure sdist builder image and AWX distribution are built locally
This commit is contained in:
@@ -54,6 +54,7 @@
|
|||||||
name: awx_sdist_builder
|
name: awx_sdist_builder
|
||||||
tag: "{{ awx_version }}"
|
tag: "{{ awx_version }}"
|
||||||
force: true
|
force: true
|
||||||
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Build AWX distribution
|
- name: Build AWX distribution
|
||||||
docker_container:
|
docker_container:
|
||||||
@@ -63,6 +64,7 @@
|
|||||||
detach: false
|
detach: false
|
||||||
volumes:
|
volumes:
|
||||||
- ../:/awx:Z
|
- ../:/awx:Z
|
||||||
|
delegate_to: localhost
|
||||||
|
|
||||||
- name: Set docker build base path
|
- name: Set docker build base path
|
||||||
set_fact:
|
set_fact:
|
||||||
|
|||||||
Reference in New Issue
Block a user