From d40ab387459dcd103fa731d2691f93e45dbb747a Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Tue, 8 Oct 2019 14:19:52 -0400 Subject: [PATCH] Get rid of warning in collections install --- awx/playbooks/project_update.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index cc05066647..745b14ca9e 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -152,6 +152,7 @@ changed_when: "'Installing ' in galaxy_collection_result.stdout" environment: ANSIBLE_FORCE_COLOR: False + ANSIBLE_COLLECTIONS_PATHS: "{{ collections_destination }}" when: collections_enabled|bool delegate_to: localhost