style(lint): quote mode
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Markus Pesch 2023-02-26 22:21:13 +01:00
parent ad81f62779
commit c0496a4f8b
Signed by: volker.raschek
GPG Key ID: 852BCC170D81A982
1 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@
path: "{{ renovate_dir }}"
owner: root
group: docker
mode: 0775
mode: "0775"
state: directory
recurse: true
@ -15,7 +15,7 @@
dest: "{{ renovate_dir }}/{{ item | basename }}"
owner: root
group: docker
mode: 0664
mode: "0664"
with_items:
- srv/docker/renovate/docker-compose.yml
- srv/docker/renovate/config.json
@ -26,7 +26,7 @@
dest: "{{ renovate_systemd_dir }}/{{ item | basename }}"
owner: root
group: root
mode: 0644
mode: "0644"
with_items:
- etc/systemd/system/renovate.service
- etc/systemd/system/renovate.timer