Skip to content
Snippets Groups Projects
Verified Commit 4707af5f authored by Felix Schäfer's avatar Felix Schäfer :construction_worker:
Browse files

Gate task with the actually used variable

parent 7168fb83
No related branches found
No related tags found
No related merge requests found
Pipeline #295139 passed
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
loop: "{{ proxmox_vm_net_list }}" loop: "{{ proxmox_vm_net_list }}"
loop_control: loop_control:
index_var: index index_var: index
when: proxmox_vm_net is defined when: proxmox_vm_net_list is defined
- name: "Generate startup order option ({{ proxmox_vm_name }})" - name: "Generate startup order option ({{ proxmox_vm_name }})"
ansible.builtin.set_fact: ansible.builtin.set_fact:
......
...@@ -41,4 +41,4 @@ ...@@ -41,4 +41,4 @@
loop: "{{ proxmox_vm_net_list }}" loop: "{{ proxmox_vm_net_list }}"
loop_control: loop_control:
index_var: index index_var: index
when: proxmox_vm_net is defined when: proxmox_vm_net_list is defined
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment