Reorganise
This commit is contained in:
parent
4be4c0a719
commit
2722973e49
19 changed files with 161 additions and 255 deletions
4
roles/vm/handlers/main.yml
Normal file
4
roles/vm/handlers/main.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
- name: Restart qemu-guest-agent
|
||||
service:
|
||||
name: qemu-guest-agent
|
||||
state: restarted
|
5
roles/vm/tasks/main.yml
Normal file
5
roles/vm/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
- name: Install qemu-guest-agent package
|
||||
become: true
|
||||
apt:
|
||||
pkg:
|
||||
- qemu-guest-agent
|
Loading…
Add table
Add a link
Reference in a new issue