Get rid of warning in collections install

This commit is contained in:
AlanCoding
2019-10-08 14:19:52 -04:00
parent 52b145dbf6
commit d40ab38745

View File

@@ -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