1
1
mirror of https://gitlab.archlinux.org/archlinux/infrastructure.git synced 2025-01-18 08:06:16 +01:00
infrastructure/roles/spampd/handlers/main.yml
Frederik Schwan a4a4f3e76c
fix E303 'Using command rather than module'
also use systemd instead of service module
2020-06-17 02:43:12 +02:00

8 lines
136 B
YAML

---
- name: restart spampd
service: name=spampd state=restarted
- name: restart sa-update
service: name=sa-update state=restarted