builders: ARMv7 virt_boot needs domain
This commit is contained in:
parent
76c584e920
commit
9aa70810b2
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
when: inventory_hostname.startswith('buildvm-armv7')
|
||||
|
||||
- name: ARMv7 update the virt parameters
|
||||
virt_boot: kernel="/var/lib/libvirt/images/vmlinuz-4.10.8-200.fc25.armv7hl+lpae" initrd="/var/lib/libvirt/images/initramfs-4.10.8-200.fc25.armv7hl+lpae.img" cmdline={{ host_cmdline }}
|
||||
virt_boot: domain={{ inventory_hostname }} kernel="/var/lib/libvirt/images/vmlinuz-4.10.8-200.fc25.armv7hl+lpae" initrd="/var/lib/libvirt/images/initramfs-4.10.8-200.fc25.armv7hl+lpae.img" cmdline={{ host_cmdline }}
|
||||
delegate_to: "{{ vmhost}}"
|
||||
when: inventory_hostname.startswith('buildvm-armv7')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue