From 4a8f24becc20f5e72fe8b97d06c071a4e31eae8b Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Fri, 23 Mar 2018 11:53:31 -0400 Subject: [PATCH] update reference to role file path to work with roles dir --- installer/roles/image_build/tasks/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/roles/image_build/tasks/main.yml b/installer/roles/image_build/tasks/main.yml index 43474db68d..182a3fe257 100644 --- a/installer/roles/image_build/tasks/main.yml +++ b/installer/roles/image_build/tasks/main.yml @@ -53,7 +53,7 @@ http_proxy: "{{ http_proxy | default('') }}" https_proxy: "{{ https_proxy | default('') }}" no_proxy: "{{ no_proxy | default('') }}" - path: "image_build/files" + path: "{{ role_path }}/files" dockerfile: Dockerfile.sdist name: awx_sdist_builder tag: "{{ awx_version }}"