Allow NTP role to manage config

Hopefully this closes the port
This commit is contained in:
Jake Howard 2020-10-24 17:36:39 +01:00
parent ff72f5a25e
commit f665b87965
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -5,6 +5,7 @@
become: true
vars:
ntp_timezone: Europe/London
ntp_manage_config: true
- role: realorangeone.reflector
when: ansible_os_family == 'Archlinux'