summaryrefslogtreecommitdiffstats
path: root/installer
diff options
context:
space:
mode:
authorShane McDonald <me@shanemcd.com>2017-09-12 21:34:35 +0200
committerGitHub <noreply@github.com>2017-09-12 21:34:35 +0200
commitde2a77adecebdfc73cad632e31fd055b69ff5965 (patch)
tree7e2f24445b0e0ef401ffece05c980e523a468786 /installer
parentMerge pull request #129 from stephenpc/bugfix/postgres_container_perms (diff)
parentMake sure sdist builder image and AWX distribution are built on localhost eve... (diff)
downloadawx-de2a77adecebdfc73cad632e31fd055b69ff5965.tar.xz
awx-de2a77adecebdfc73cad632e31fd055b69ff5965.zip
Merge pull request #140 from eikef/delegate_sdist_localhost
Make sure sdist builder image and AWX distribution are built locally
Diffstat (limited to 'installer')
-rw-r--r--installer/image_build/tasks/main.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/installer/image_build/tasks/main.yml b/installer/image_build/tasks/main.yml
index b21d050474..9717a2c5df 100644
--- a/installer/image_build/tasks/main.yml
+++ b/installer/image_build/tasks/main.yml
@@ -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: