Desktop setup
This commit is contained in:
commit
a7eaa7dbfb
14 changed files with 325 additions and 0 deletions
7
roles/vm/handlers/main.yml
Normal file
7
roles/vm/handlers/main.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
---
|
||||
- name: restart libvirtd
|
||||
service:
|
||||
name: libvirtd
|
||||
state: restarted
|
||||
become: yes
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue