8 lines
191 B
YAML
8 lines
191 B
YAML
|
- name: restart sssd
|
||
|
service: name=sssd state=restarted enabled=yes
|
||
|
listen: "restart sssd"
|
||
|
|
||
|
- name: restart smbd
|
||
|
service: name=smbd state=restarted enabled=yes
|
||
|
listen: "restart smbd"
|