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: