summaryrefslogtreecommitdiff
path: root/roles/common-linux/tasks/ntp.yml
blob: 603b4562e5a15754e999715f9683ab7804701ca2 (plain)
1
2
3
4
5
6
7
8
9
10
- name: install ntp
  apt:
    name:
      - 'ntp'

- name: ntp.conf
  copy:
    src: ntp.conf
    dest: /etc/ntp.conf
  notify: restart ntpd