Skip to content

Commit bad90d6

Browse files
committed
amendment
1 parent f60e682 commit bad90d6

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,8 @@ 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+
121123

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

tasks/autodetect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464

6565
- block:
6666
- name: Detect the QEMU emulator binary path
67-
ansible.builtin.command: "which qemu-system-{{ libvirt_vm_arch }}"
67+
ansible.builtin.command: which qemu-system-{{ libvirt_vm_arch }}
6868
register: qemu_emulator_result
6969
changed_when: false
7070

0 commit comments

Comments
 (0)