Fix line-length

This commit is contained in:
2024-10-28 18:26:54 +01:00
parent 8b773d2304
commit f788767839
5 changed files with 57 additions and 36 deletions

View File

@@ -27,8 +27,10 @@
- name: Create cloud-init disk
delegate_to: localhost
ansible.builtin.command: cloud-localds {{ vm_path | default('/var/lib/libvirt/images/') }}{{ hostname }}-cloudinit.iso /tmp/cloud-user-data-{{ hostname }}.yml -N
/tmp/cloud-network-config-{{ hostname }}.yml
ansible.builtin.command: cloud-localds
{{ vm_path | default('/var/lib/libvirt/images/') }}
{{ hostname }}-cloudinit.iso /tmp/cloud-user-data-{{ hostname }}.yml
-N /tmp/cloud-network-config-{{ hostname }}.yml
- name: Create VM using libvirt
delegate_to: localhost