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

Remove extraneous ipconfig option

parent ae97847a
No related branches found
No related tags found
No related merge requests found
Pipeline #295128 passed
......@@ -17,7 +17,7 @@
- name: "Generate ipconfig options ({{ proxmox_vm_name }})"
ansible.builtin.set_fact:
proxmox_create_vm_qm_args: "{{ proxmox_create_vm_qm_args }} --ipconfig{{ index }} {{ item }} ({{ proxmox_vm_name }})" # noqa yaml[line-length]
proxmox_create_vm_qm_args: "{{ proxmox_create_vm_qm_args }} --ipconfig{{ index }} {{ item }}"
loop: "{{ proxmox_vm_ipconfig_list }}"
loop_control:
index_var: index
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment