Avoid using long name of option not in 2.8

This commit is contained in:
AlanCoding 2020-07-27 13:37:09 -04:00
parent c6eb8cf59b
commit daaa0c8efe
No known key found for this signature in database
GPG Key ID: D0E673F5E7053218

View File

@ -163,7 +163,7 @@
- name: fetch galaxy collections from collections/requirements.yml
command: >
ansible-galaxy collection install -r collections/requirements.yml
--collections-path {{projects_root}}/.__awx_cache/{{local_path}}/stage/requirements_collections
-p {{projects_root}}/.__awx_cache/{{local_path}}/stage/requirements_collections
{{ ' -' + 'v' * ansible_verbosity if ansible_verbosity else '' }}
args:
chdir: "{{project_path|quote}}"