summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@fedoraproject.org>2017-04-13 19:38:25 +0000
committerPeter Robinson <pbrobinson@fedoraproject.org>2017-04-13 19:38:34 +0000
commit9aa70810b28b68a270641214d9db68f7208b9edd (patch)
treed77190a14b7235d2f6ba9494903dd5f80208ddfe
parent76c584e9205070cd8f7d519cda6252ac75ae84d8 (diff)
downloadansible-9aa70810b28b68a270641214d9db68f7208b9edd.tar.gz
ansible-9aa70810b28b68a270641214d9db68f7208b9edd.tar.xz
ansible-9aa70810b28b68a270641214d9db68f7208b9edd.zip
builders: ARMv7 virt_boot needs domain
-rw-r--r--tasks/virt_instance_create.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml
index 357c08ee8..ead78709b 100644
--- a/tasks/virt_instance_create.yml
+++ b/tasks/virt_instance_create.yml
@@ -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')