Add qemu-guest-agent.yml
This commit is contained in:
parent
ae96dff1e2
commit
0ac319e3e7
1 changed files with 9 additions and 0 deletions
9
qemu-guest-agent.yml
Normal file
9
qemu-guest-agent.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
- name: install latest qemu-guest-agent
|
||||||
|
hosts: "*"
|
||||||
|
tasks:
|
||||||
|
- name: install qemu-guest-agent
|
||||||
|
apt:
|
||||||
|
name: qemu-guest-agent
|
||||||
|
state: present
|
||||||
|
update_cache: true
|
||||||
|
become: true
|
Reference in a new issue