Disable failing socket services
This commit is contained in:
		| @@ -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 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user