mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
12 lines
405 B
YAML
12 lines
405 B
YAML
---
|
|
- name: run versionscheck if enabled
|
|
ansible.builtin.include_tasks: versioncheck.yml
|
|
when: submodules_versioncheck|bool
|
|
|
|
- name: Include OS specific variables.
|
|
ansible.builtin.include_vars: "{{ lookup('first_found', ntp__vars) }}"
|
|
|
|
- name: Install ntp
|
|
ansible.builtin.include_tasks: "{{ lookup('first_found', ntp__install) }}"
|
|
- name: Configure ntp
|
|
ansible.builtin.include_tasks: config.yml
|