Fix modelines

This commit is contained in:
2019-03-27 07:08:13 +00:00
parent 02cb58f947
commit 1fa09665ff
23 changed files with 46 additions and 0 deletions

View File

@ -5,3 +5,5 @@ chrony_package_state: 'present'
chrony_service_name: 'chrony'
chrony_service_state: 'started'
chrony_service_enabled: yes
# vim:ft=yaml.ansible:

View File

@ -4,3 +4,5 @@
name: "{{ chrony_service_name }}"
state: reloaded
when: chrony_service_enabled
# vim:ft=yaml.ansible:

View File

@ -28,3 +28,5 @@
name: "{{ chrony_service_name }}"
state: "{{ chrony_service_state }}"
enabled: "{{ chrony_service_enabled }}"
# vim:ft=yaml.ansible:

View File

@ -1 +1,3 @@
---
# vim:ft=yaml.ansible:

View File

@ -4,3 +4,5 @@ chrony_pool:
- 0.ubuntu.pool.ntp.org iburst maxsources 1
- 1.ubuntu.pool.ntp.org iburst maxsources 1
- 2.ubuntu.pool.ntp.org iburst maxsources 2
# vim:ft=yaml.ansible: