amiibofindr/provision/roles/base/tasks/ntp.yml

9 lines
147 B
YAML

---
- name: ensure ntpd is at the latest version
apt: pkg={{ item }} state=latest
sudo: true
with_items:
- ntp
notify:
- restart ntp