From 98de4cb35f30e378572cbed6a6575d168d954b41 Mon Sep 17 00:00:00 2001 From: Bill Nottingham Date: Mon, 8 Jun 2020 11:10:19 -0400 Subject: [PATCH] Adjust pathing to the proper location. --- awx/playbooks/project_update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index cd97d4a014..703662d0f3 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -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