Fix modelines
This commit is contained in:
@ -6,3 +6,5 @@ resolv_options:
|
||||
- edns0
|
||||
|
||||
timezone: UTC
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -10,3 +10,5 @@
|
||||
name: "{{ cron_service_name }}"
|
||||
state: restarted
|
||||
when: cron_service_name is defined
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -22,3 +22,5 @@
|
||||
timezone:
|
||||
name: "{{ timezone }}"
|
||||
notify: restart cron
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -1,2 +1,4 @@
|
||||
---
|
||||
resolv_service_name: systemd-resolved.service
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -6,3 +6,5 @@ sys_utils:
|
||||
- dnsutils
|
||||
- ldnsutils
|
||||
- tcpdump
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
Reference in New Issue
Block a user