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:
parent
f054469485
commit
6ab9ef3c9c
3 changed files with 7 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue