summaryrefslogtreecommitdiffstats
path: root/tasks
diff options
context:
space:
mode:
authorPeter Robinson <pbrobinson@fedoraproject.org>2017-04-13 20:02:19 +0000
committerPeter Robinson <pbrobinson@fedoraproject.org>2017-04-13 20:02:19 +0000
commitba1727b7dc067f3aca73ec660a0461992723ca33 (patch)
tree62143eeba92ff5e3c37c2cae1db6fc38e69e1cb2 /tasks
parent9aa70810b28b68a270641214d9db68f7208b9edd (diff)
downloadansible-ba1727b7dc067f3aca73ec660a0461992723ca33.tar.gz
ansible-ba1727b7dc067f3aca73ec660a0461992723ca33.tar.xz
ansible-ba1727b7dc067f3aca73ec660a0461992723ca33.zip
builders: ARMv7 tweak virt_boot cmdline
Diffstat (limited to 'tasks')
-rw-r--r--tasks/virt_instance_create.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/virt_instance_create.yml b/tasks/virt_instance_create.yml
index ead78709b..d0f4c1fc7 100644
--- a/tasks/virt_instance_create.yml
+++ b/tasks/virt_instance_create.yml
@@ -39,8 +39,8 @@
when: inventory_hostname.startswith('buildvm-armv7')
- name: ARMv7 update the virt parameters
- 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}}"
+ 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.stdout }}
+ delegate_to: "{{ vmhost }}"
when: inventory_hostname.startswith('buildvm-armv7')
- name: start the vm up