forked from infra/ansible
1
0
Fork 0
infra/roles/common/tasks/chrony.yml

9 lines
158 B
YAML

---
- name: Install chrony
apt: name=chrony
- name: Configure chrony
template: src=chrony.conf.j2 dest=/etc/chrony/chrony.conf
notify: Restart chrony