mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 14:38:00 -03:30
Fix missing var name change
This commit is contained in:
parent
f0f655f2c3
commit
7ab2bca16e
@ -232,7 +232,7 @@
|
||||
|
||||
- name: Fetch galaxy collections from collections/requirements.(yml/yaml)
|
||||
ansible.builtin.command:
|
||||
cmd: "ansible-galaxy collection install -r {{ item }} {{ verbosity }}"
|
||||
cmd: "ansible-galaxy collection install -r {{ req_file }} {{ verbosity }}"
|
||||
register: galaxy_collection_result
|
||||
vars:
|
||||
req_file: "{{ req_candidates | first_found }}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user