Skip to content

Commit c7e42c4

Browse files
committed
[skip ci] sync with upstream
1 parent de6c615 commit c7e42c4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ Role Variables
118118
- `image` and `backing_image` are mutually exclusive options.
119119
- `target`: (optional) Manually influence type and order of volumes
120120
- `dev`: (optional) Block device path when type is `block`.
121-
- `remote_src`: (optional) When type is `file` or `block`, specify wether `image` points to a remote file (true) or a file local to the host that launched the playbook (false). Defaults to true.
122-
123121

124122
- `interfaces`: a list of network interfaces to attach to the VM.
125123
Each network interface is defined with the following dict:

tasks/vm.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
- name: Ensure the VM is defined
2020
virt:
21+
name: "{{ vm.name }}"
2122
command: define
2223
xml: "{{ lookup('template', vm.xml_file | default('vm.xml.j2')) }}"
2324
uri: "{{ libvirt_vm_uri | default(omit, true) }}"

0 commit comments

Comments
 (0)