From daaa0c8efedd10d98815bea7bc52798ef09b938a Mon Sep 17 00:00:00 2001 From: AlanCoding Date: Mon, 27 Jul 2020 13:37:09 -0400 Subject: [PATCH] Avoid using long name of option not in 2.8 --- awx/playbooks/project_update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/playbooks/project_update.yml b/awx/playbooks/project_update.yml index d9a11ca0ac..621966c23e 100644 --- a/awx/playbooks/project_update.yml +++ b/awx/playbooks/project_update.yml @@ -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}}"