roles/common: Use systemd's timedatectl for time stuff
Debian 8 and Ubuntu 16.04 use systemd, so we can make use of its NTP stuff rather than using the standalone `ntp` package.
This commit is contained in:
@ -12,7 +12,6 @@
|
||||
- name: Install base packages
|
||||
apt: pkg={{ item }}
|
||||
with_items:
|
||||
- ntp
|
||||
- git
|
||||
- tmux
|
||||
- iotop
|
||||
|
Reference in New Issue
Block a user