roles/common: Remove extra systemd-timesyncd task

Now it runs in the main play for all Ubuntu and Debian hosts, as
currently they all use systemd.
This commit is contained in:
Alan Orth 2016-08-22 15:29:36 +03:00
parent e9aa4d0fdf
commit 8a70b526ee
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9

View File

@ -23,7 +23,4 @@
- include: cron-apt.yml - include: cron-apt.yml
tags: cron-apt tags: cron-apt
- name: Enable systemd-timesyncd
service: name=systemd-timesyncd state=started enabled=yes
# vim: set sw=2 ts=2: # vim: set sw=2 ts=2: