Fix modelines
This commit is contained in:
@ -5,3 +5,5 @@ chrony_package_state: 'present'
|
||||
chrony_service_name: 'chrony'
|
||||
chrony_service_state: 'started'
|
||||
chrony_service_enabled: yes
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -4,3 +4,5 @@
|
||||
name: "{{ chrony_service_name }}"
|
||||
state: reloaded
|
||||
when: chrony_service_enabled
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -28,3 +28,5 @@
|
||||
name: "{{ chrony_service_name }}"
|
||||
state: "{{ chrony_service_state }}"
|
||||
enabled: "{{ chrony_service_enabled }}"
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -1 +1,3 @@
|
||||
---
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -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:
|
||||
|
Reference in New Issue
Block a user