mirror: Lint fixes

This commit is contained in:
Timo Makinen 2023-10-12 18:32:40 +00:00
parent ee25d32b60
commit 70cdfd4612
7 changed files with 38 additions and 37 deletions

View file

@ -11,7 +11,7 @@
ansible.builtin.file:
path: /srv/mirrors/thinlinc
state: directory
mode: 0755
mode: "0755"
owner: mirror
group: mirror
@ -28,7 +28,7 @@
ansible.builtin.copy:
dest: /usr/local/bin/sync-thinlinc-repo
src: sync-thinlinc-repo.sh
mode: 0755
mode: "0755"
owner: root
group: root