* Fixed caddy Containerfile version error
* Added qemu-kvm, libvirt, cockpit-machines, etc * Enabled libvirtd service
This commit is contained in:
@@ -70,6 +70,15 @@
|
||||
state: started
|
||||
enabled: true
|
||||
tags: config
|
||||
|
||||
- name: Enable libvirtd Service
|
||||
become: true
|
||||
become_method: sudo
|
||||
ansible.builtin.systemd_service:
|
||||
name: libvirtd
|
||||
state: started
|
||||
enabled: true
|
||||
tags: config
|
||||
|
||||
- name: Enable mdns in Firewall
|
||||
become: true
|
||||
|
||||
Reference in New Issue
Block a user