summaryrefslogtreecommitdiff
path: root/roles/core/ntp/tasks/main.yml
blob: 77f281ffc118e9f6e639562a5c76a1a88da27365 (plain) (blame)
1
2
3
4
5
---
## TODO: make this work on openbsd and debian/ubuntu
- name: run ntp-variant specific tasks
  when: ntp_variant is defined
  include_tasks: "{{ ntp_variant }}.yml"