7 lines
107 B
YAML
7 lines
107 B
YAML
|
---
|
||
|
- name: restart libvirtd
|
||
|
service:
|
||
|
name: libvirtd
|
||
|
state: restarted
|
||
|
become: yes
|
||
|
|