Check that chrony service is enabled instead of ntpd

This commit is contained in:
Sadiq Saif 2018-02-12 17:21:28 -05:00 committed by GitHub
parent 0aad55187b
commit 2dd075b853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,6 +53,6 @@
with_items:
- haveged
- vnstat
- ntp
- chrony
- name: Ensure that the periodic APT cron task clears out old kernels and does unattended security upgrades
copy: src=10periodic dest=/etc/apt/apt.conf.d/10periodic backup=yes owner=root group=root mode=0644