mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
11 lines
260 B
YAML
11 lines
260 B
YAML
---
|
|
# Main tasks file for ansible-role-ntp
|
|
|
|
- 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
|