From 8ffeaf71efa7472ff8511c445aa8874b1b1f3613 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 27 Nov 2020 21:24:53 +0100 Subject: move chrony role to core/ntp (WIP) --- roles/core/ntp/handlers/main.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 roles/core/ntp/handlers/main.yml (limited to 'roles/core/ntp/handlers') diff --git a/roles/core/ntp/handlers/main.yml b/roles/core/ntp/handlers/main.yml new file mode 100644 index 00000000..08d878be --- /dev/null +++ b/roles/core/ntp/handlers/main.yml @@ -0,0 +1,5 @@ +--- +- name: restart chrony + service: + name: chrony + state: restarted -- cgit v1.2.3