From f665b879658c79aea93cf53153a44e49cc2e5246 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 24 Oct 2020 17:36:39 +0100 Subject: [PATCH] Allow NTP role to manage config Hopefully this closes the port --- ansible/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/ansible/main.yml b/ansible/main.yml index 03c6e50..6cc3d85 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -5,6 +5,7 @@ become: true vars: ntp_timezone: Europe/London + ntp_manage_config: true - role: realorangeone.reflector when: ansible_os_family == 'Archlinux'