fix: fix ansible lint
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
ci/woodpecker/push/notify Pipeline was successful
ci/woodpecker/push/docs Pipeline was successful

This commit is contained in:
Robert Kaussow 2024-10-16 22:32:58 +02:00
parent 08e654ccb8
commit 68bffd8e2a
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0

View File

@ -33,16 +33,16 @@
notify: __zigbee2mqtt_restart
- name: Deploy configuration file
template:
ansible.builtin.template:
src: "zigbee2mqtt/configuration.yaml.j2"
dest: "{{ __zigbee2mqtt_volumes_map[zigbee2mqtt_data_volume] }}/configuration.yaml"
mode: 0600
mode: "0600"
notify: __zigbee2mqtt_restart
- name: Ensure device files exists
file:
ansible.builtin.file:
path: "{{ item }}"
mode: 0640
mode: "0640"
state: touch
access_time: preserve
modification_time: preserve