style(lint): quote mode
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2023-02-26 22:22:07 +01:00
parent 6607a726b7
commit f8370dc77b
2 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
path: "{{ bind_config_directory }}/{{ zone.file | dirname }}"
owner: "{{ bind_unix_user }}"
group: "{{ bind_unix_group }}"
mode: 0755
mode: "0755"
state: directory
with_items:
- "{{ view.zones }}"
@ -19,7 +19,7 @@
dest: "{{ bind_config_directory }}/{{ zone.file }}"
owner: "{{ bind_unix_user }}"
group: "{{ bind_unix_group }}"
mode: 0644
mode: "0644"
with_items:
- "{{ view.zones }}"
loop_control: