change mode on files
This commit is contained in:
@@ -36,11 +36,12 @@
|
||||
copy:
|
||||
src: "{{ item.src }}"
|
||||
dest: "{{ item.dest }}"
|
||||
mode: "{{ item.mode }}"
|
||||
with_items:
|
||||
- { src: "top-view-photo-of-people-near-wooden-table-3183150_small.jpg", dest: "/usr/share/jitsi-meet/images/welcome-background-cust.png" }
|
||||
- { src: "welcomePageAdditionalContent.html", dest: "/usr/share/jitsi-meet/static/" }
|
||||
- { src: "plugin.head.html", dest: "/usr/share/jitsi-meet/" }
|
||||
- { src: "jitsi-statistics.sh", dest: "/root/" }
|
||||
- { src: "top-view-photo-of-people-near-wooden-table-3183150_small.jpg", dest: "/usr/share/jitsi-meet/images/welcome-background-cust.png", mode: '0644 '}
|
||||
- { src: "welcomePageAdditionalContent.html", dest: "/usr/share/jitsi-meet/static/", mode: '0644' }
|
||||
- { src: "plugin.head.html", dest: "/usr/share/jitsi-meet/", mode: '0644' }
|
||||
- { src: "jitsi-statistics.sh", dest: "/root/", mode: '755' }
|
||||
notify: restart_jitsi
|
||||
|
||||
- name: jitsimeet | copy /etc/jitsi
|
||||
|
||||
Reference in New Issue
Block a user