mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-30 08:50:55 +08:00
builders: ARMv7 virt_boot needs domain
This commit is contained in:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user