network-vault/handlers/main.yml

10 lines
140 B
YAML
Raw Normal View History

2021-06-12 01:55:55 +02:00
---
- name: restart smbd
service:
name: smbd
state: restarted
- name: restart cron
service:
name: cron
state: restarted