ansible/roles/autofs/handlers/main.yml

5 lines
76 B
YAML

---
- name: restart autofs
service:
name: autofs
state: restarted