Enable libvirtd socket
This commit is contained in:
parent
0defa4022e
commit
f2db5f419d
@ -204,6 +204,15 @@
|
|||||||
become: true
|
become: true
|
||||||
tags: config
|
tags: config
|
||||||
|
|
||||||
|
- name: Enable libvirt socket
|
||||||
|
ansible.builtin.systemd_service:
|
||||||
|
name: "libvirtd.socket"
|
||||||
|
state: "started"
|
||||||
|
enabled: true
|
||||||
|
when: ('libvirt' in ansible_facts.packages)
|
||||||
|
become: true
|
||||||
|
tags: services
|
||||||
|
|
||||||
- name: Create groups
|
- name: Create groups
|
||||||
ansible.builtin.group:
|
ansible.builtin.group:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
|
Loading…
Reference in New Issue
Block a user