mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 08:48:46 -03:30
update reference to role file path to work with roles dir
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
http_proxy: "{{ http_proxy | default('') }}"
|
http_proxy: "{{ http_proxy | default('') }}"
|
||||||
https_proxy: "{{ https_proxy | default('') }}"
|
https_proxy: "{{ https_proxy | default('') }}"
|
||||||
no_proxy: "{{ no_proxy | default('') }}"
|
no_proxy: "{{ no_proxy | default('') }}"
|
||||||
path: "image_build/files"
|
path: "{{ role_path }}/files"
|
||||||
dockerfile: Dockerfile.sdist
|
dockerfile: Dockerfile.sdist
|
||||||
name: awx_sdist_builder
|
name: awx_sdist_builder
|
||||||
tag: "{{ awx_version }}"
|
tag: "{{ awx_version }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user