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

@ -21,3 +21,5 @@ unbound_forward_zones:
- 1.0.0.1
- 8.8.4.4
- 149.112.112.112
# vim:ft=yaml.ansible:

View File

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

View File

@ -17,3 +17,5 @@
name: "{{ unbound_service_name }}"
state: "{{ unbound_service_state }}"
enabled: "{{ unbound_service_enabled }}"
# vim:ft=yaml.ansible:

View File

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