diff --git a/chrony/handlers/main.yml b/chrony/handlers/main.yml index a917f78..f885a8f 100644 --- a/chrony/handlers/main.yml +++ b/chrony/handlers/main.yml @@ -1,3 +1,5 @@ --- - name: restart chrony service: name={{ chrony_service_name }} state=restarted + +#use newer style of ansible syntax - https://docs.ansible.com/ansible/latest/collections/ansible/builtin/systemd_module.html#examples