mirror/thinlinc: Fix deploying sync script
This commit is contained in:
parent
a78ac15a72
commit
31152b904a
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
- name: Copy sync script
|
- name: Copy sync script
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
dest: /usr/local/bin/sync-thinlinc-repo
|
dest: /usr/local/bin/sync-thinlinc-repo
|
||||||
src: sync-thinlinc-repo
|
src: sync-thinlinc-repo.sh
|
||||||
mode: 0755
|
mode: 0755
|
||||||
owner: root
|
owner: root
|
||||||
group: root
|
group: root
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue