mirror of
https://github.com/ansible/awx.git
synced 2026-01-17 20:51:21 -03:30
Adjust pathing to the proper location.
This commit is contained in:
parent
dab7889715
commit
98de4cb35f
@ -136,7 +136,7 @@
|
||||
|
||||
- name: populate job directory with needed roles
|
||||
synchronize:
|
||||
src: "{{ cache_dir }}/requirements_roles"
|
||||
src: "{{ cache_dir }}/requirements_roles/"
|
||||
dest: "{{ roles_destination }}"
|
||||
when: roles_destination is defined and doesRequirementsExist.stat.exists
|
||||
|
||||
@ -164,7 +164,7 @@
|
||||
|
||||
- name: populate job directory with needed collections
|
||||
synchronize:
|
||||
src: "{{ cache_dir }}/requirements_collections"
|
||||
src: "{{ cache_dir }}/requirements_collections/"
|
||||
dest: "{{ collections_destination }}"
|
||||
when: collections_destination is defined and doesCollectionRequirementsExist.stat.exists
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user