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:
Shane McDonald 2017-09-12 15:34:35 -04:00 committed by GitHub
commit de2a77adec

View File

@ -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: