virt-instance-create: move this back to python2 long enough to install buildvm-armv7-01.stg on a old moonshot cart and then revert it.
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
c9111962dc
commit
4b79a0f2ae
1 changed files with 0 additions and 2 deletions
|
@ -74,8 +74,6 @@
|
|||
- armv7-kernel
|
||||
|
||||
- name: ARMv7 update the virt parameters
|
||||
vars:
|
||||
ansible_python_interpreter: /usr/bin/python3
|
||||
virt_boot: domain={{ inventory_hostname }} kernel=/var/lib/libvirt/images/{{ host_armv7kernel.stdout }} initrd=/var/lib/libvirt/images/{{ host_armv7initrd.stdout }} cmdline={{ host_cmdline.stdout }}
|
||||
delegate_to: "{{ vmhost }}"
|
||||
when: inventory_hostname.startswith('buildvm-armv7') and ( inventory_hostname not in result.list_vms or armv7kernelupdate is defined )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue