1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00
ansible_role_ntp/tasks/main.yml
2019-05-17 16:27:44 +02:00

12 lines
292 B
YAML

---
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
- name: Include OS specific variables.
include_vars: "{{ ansible_os_family }}.yml"
- name: Install ntp
include_tasks: "packages/setup-{{ ansible_system }}.yml"
- name: Configure ntp
include_tasks: config.yml