Fix missing var name change

This commit is contained in:
Alan Rominger 2023-07-07 11:24:49 -04:00 committed by Dave
parent f0f655f2c3
commit 7ab2bca16e

View File

@ -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 }}"