2018-12-28 10:49:24 +01:00
|
|
|
---
|
2018-12-28 11:54:06 +01:00
|
|
|
# Main tasks file for ansible-role-ntp
|
|
|
|
|
|
|
|
- name: Include OS specific variables.
|
|
|
|
include_vars: "{{ ansible_os_family }}.yml"
|
|
|
|
|
|
|
|
- name: Install ntp agent
|
|
|
|
include_tasks: "packages/setup-{{ ansible_system }}.yml"
|