1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_ntp.git synced 2024-08-16 12:59:49 +02:00

implementing version control

This commit is contained in:
Lilian Roller 2019-05-17 16:27:44 +02:00
parent f054469485
commit 6ab9ef3c9c
No known key found for this signature in database
GPG key ID: 5215C3441797AB2B
3 changed files with 7 additions and 2 deletions

View file

@ -19,3 +19,6 @@ ntp_servers:
# Enable or disable ntp statistics
# Default is false
ntp_statistics: false
# version check for this playbook
submodules_versioncheck: true

View file

@ -1,5 +1,6 @@
---
# Main tasks file for ansible-role-ntp
- include_tasks: versioncheck.yml
when: submodules_versioncheck|bool
- name: Include OS specific variables.
include_vars: "{{ ansible_os_family }}.yml"

View file

@ -1,2 +1,3 @@
---
# vars file for ansible-role-ntp
playbook_version_number: 100
playbook_version_path: '/etc/ansible-version/role-ntp_chaos-bodensee_github.com.version'