mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
update reference to role file path to work with roles dir
This commit is contained in:
parent
07680dd7c0
commit
4a8f24becc
@ -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 }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user