summaryrefslogtreecommitdiff
path: root/roles/chrony/tasks/main.yml
blob: d220af30c274cccac87b1fffbabee54b55140997 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
---
- name: install chrony
  apt:
    name: chrony
    state: present

- name: install chrony configuration
  template:
    src: chrony.conf.j2
    dest: /etc/chrony/chrony.conf
  notify: restart chrony