From 96156f148ea3da8661ed38d70df93927a7525004 Mon Sep 17 00:00:00 2001 From: Eike Frost Date: Tue, 12 Sep 2017 18:38:48 +0200 Subject: Make sure sdist builder image and AWX distribution are built on localhost even when deploying the final image remotely Signed-off-by: Eike Frost --- installer/image_build/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'installer') 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: -- cgit v1.2.3