Skip to content

Commit

Permalink
fix vm template name
Browse files Browse the repository at this point in the history
  • Loading branch information
bgraef committed Jul 8, 2024
1 parent 12f8047 commit 8151484
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ol/provision_kvm_vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,10 @@
path: "/tmp/{{ vm_name }}.iso"
state: absent

- name: Define the vm
- name: Define the vm using xml
community.libvirt.virt:
command: define
xml: "{{ lookup('template', 'vm-template.xml.j2') }}"
xml: "{{ lookup('template', 'vm_template.j2') }}"

- name: Start the vm
community.libvirt.virt:
Expand Down

0 comments on commit 8151484

Please sign in to comment.