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

@ -6,3 +6,5 @@ resolv_options:
- edns0
timezone: UTC
# vim:ft=yaml.ansible:

View File

@ -10,3 +10,5 @@
name: "{{ cron_service_name }}"
state: restarted
when: cron_service_name is defined
# vim:ft=yaml.ansible:

View File

@ -22,3 +22,5 @@
timezone:
name: "{{ timezone }}"
notify: restart cron
# vim:ft=yaml.ansible:

View File

@ -1,2 +1,4 @@
---
resolv_service_name: systemd-resolved.service
# vim:ft=yaml.ansible:

View File

@ -6,3 +6,5 @@ sys_utils:
- dnsutils
- ldnsutils
- tcpdump
# vim:ft=yaml.ansible: