ansible-playbooks/ubuntu/roles/common/handlers/main.yml

8 lines
165 B
YAML
Raw Normal View History

---
- name: restart rsyslog
service: name=rsyslog state=restarted
- name: restart cron
service: name=cron state=restarted
2020-12-01 15:30:53 +00:00
- name: newaliases
shell: newaliases