install qemu guest agent if is_vm var is set to true
This commit is contained in:
parent
ff89f43c0f
commit
378f74ed4a
1 changed files with 6 additions and 0 deletions
|
|
@ -22,3 +22,9 @@
|
||||||
- iotop
|
- iotop
|
||||||
- lshw
|
- lshw
|
||||||
- slurm
|
- slurm
|
||||||
|
|
||||||
|
- name: Install qemu-guest-agent if host is qemu-based virtual machine
|
||||||
|
apt:
|
||||||
|
name: qemu-guest-agent
|
||||||
|
state: present
|
||||||
|
when: is_vm | default('False') == True
|
||||||
Loading…
Add table
Add a link
Reference in a new issue