Merge pull request #1663 from jakemcdermott/fix-docker-installer-paths

update reference to role file path to work with installer roles dir
This commit is contained in:
Shane McDonald
2018-03-23 12:43:54 -04:00
committed by GitHub

View File

@@ -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 }}"