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/chrony/tasks/main.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 roles/chrony/tasks/main.yml (limited to 'roles/chrony/tasks/main.yml') diff --git a/roles/chrony/tasks/main.yml b/roles/chrony/tasks/main.yml deleted file mode 100644 index d220af30..00000000 --- a/roles/chrony/tasks/main.yml +++ /dev/null @@ -1,11 +0,0 @@ ---- -- name: install chrony - apt: - name: chrony - state: present - -- name: install chrony configuration - template: - src: chrony.conf.j2 - dest: /etc/chrony/chrony.conf - notify: restart chrony -- cgit v1.2.3