Guillaume Coré
2020-03-11 b99981211566581466b42080fa616b0f313c18ae
Download collections to 'ansible/collections' not in the config dir

The collections needs to be in collections_path.

We can't add all config in collections_path in ansible.cfg, so for now download
them in ansible/collections
1 files modified
2 ■■■ changed files
ansible/install_galaxy_roles.yml 2 ●●● patch | view | raw | blame | history
ansible/install_galaxy_roles.yml
@@ -37,7 +37,7 @@
      command: >-
        ansible-galaxy collection install
        -r "{{ requirements_path }}"
        -p "configs/{{ env_type }}/collections"
        -p collections
      when: >-
        r_requirements_stat.stat.exists
        and r_requirements_content | length > 0