Files
tp2_ansible/lamp_ubuntu1804_2hosts_withroles/roles/common/handlers/main.yml
Olivier Barais 8545eb3d66 inisital commit
2021-12-02 11:43:36 +01:00

9 lines
237 B
YAML

---
# Handler to handle common notifications. Handlers are called by other plays.
# See http://docs.ansible.com/playbooks_intro.html for more information about handlers.
- name: restart ntp
service:
name: ntp
state: restarted