mirror: Lint fixes
This commit is contained in:
parent
ee25d32b60
commit
70cdfd4612
7 changed files with 38 additions and 37 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue