mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Avoid using long name of option not in 2.8
This commit is contained in:
@@ -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}}"
|
||||
|
||||
Reference in New Issue
Block a user