7 lines
121 B
YAML
7 lines
121 B
YAML
---
|
|
- name: Enable libvirtd service
|
|
systemd:
|
|
name: libvirtd
|
|
enabled: true
|
|
state: started
|
|
scope: system
|