diff --git a/roles/common/handlers/main.yml b/roles/common/handlers/main.yml index cc55d53fcccb4486b978e510a23ee32d92b4bea8..e280c3de897d69728864a068cdb999fe3c4f50e9 100644 --- a/roles/common/handlers/main.yml +++ b/roles/common/handlers/main.yml @@ -38,3 +38,8 @@ # run the handlers manually as a way to bring the system to consistency # after interrupted runs. - skip_ansible_lint + +- name: Restart NTP server + service: + name: ntp + state: restarted