Desktop setup

This commit is contained in:
Jonathan Cremin 2020-04-29 21:51:12 +01:00
commit a7eaa7dbfb
14 changed files with 325 additions and 0 deletions

View file

@ -0,0 +1,7 @@
---
- name: restart libvirtd
service:
name: libvirtd
state: restarted
become: yes