Fix modelines
This commit is contained in:
@ -21,3 +21,5 @@ unbound_forward_zones:
|
||||
- 1.0.0.1
|
||||
- 8.8.4.4
|
||||
- 149.112.112.112
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -4,3 +4,5 @@
|
||||
name: "{{ unbound_service_name }}"
|
||||
state: reloaded
|
||||
when: unbound_service_enabled
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -17,3 +17,5 @@
|
||||
name: "{{ unbound_service_name }}"
|
||||
state: "{{ unbound_service_state }}"
|
||||
enabled: "{{ unbound_service_enabled }}"
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
@ -1 +1,3 @@
|
||||
---
|
||||
|
||||
# vim:ft=yaml.ansible:
|
||||
|
Reference in New Issue
Block a user