mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 18:07:36 -02:30
Fix missing var name change
This commit is contained in:
@@ -232,7 +232,7 @@
|
|||||||
|
|
||||||
- name: Fetch galaxy collections from collections/requirements.(yml/yaml)
|
- name: Fetch galaxy collections from collections/requirements.(yml/yaml)
|
||||||
ansible.builtin.command:
|
ansible.builtin.command:
|
||||||
cmd: "ansible-galaxy collection install -r {{ item }} {{ verbosity }}"
|
cmd: "ansible-galaxy collection install -r {{ req_file }} {{ verbosity }}"
|
||||||
register: galaxy_collection_result
|
register: galaxy_collection_result
|
||||||
vars:
|
vars:
|
||||||
req_file: "{{ req_candidates | first_found }}"
|
req_file: "{{ req_candidates | first_found }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user