summaryrefslogtreecommitdiff
path: root/roles/core/ntp/tasks/OpenBSD_openntpd.yml
blob: 947b23c41eb86d02cc2cdf3571e6bb39b4d4b912 (plain) (blame)
1
2
3
4
5
6
---
- name: install openntpd configuration
  template:
    src: openntpd.conf.j2
    dest: /etc/ntpd.conf
  notify: restart ntpd