mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
Avoid using long name of option not in 2.8
This commit is contained in:
parent
c6eb8cf59b
commit
daaa0c8efe
@ -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}}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user