Disable failing socket services

This commit is contained in:
Joshua Boniface 2023-11-03 12:10:19 -04:00
parent 90417621d7
commit 15a5b581f1
1 changed files with 9 additions and 0 deletions

View File

@ -104,4 +104,13 @@
with_items:
- libvirtd
- name: disable socket services
service:
name: "{{ item }}"
enabled: no
with_items:
- libvirtd.socket
- libvirtd-ro.socket
- libvirtd-admin.socket
- meta: flush_handlers