change mode on files

This commit is contained in:
rene
2022-03-07 14:34:53 +01:00
parent 985ba7c42f
commit d1aaaabba5

View File

@@ -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