update reference to role file path to work with roles dir

This commit is contained in:
Jake McDermott 2018-03-23 11:53:31 -04:00
parent 07680dd7c0
commit 4a8f24becc
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

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