Browse Source

correct permissions for system wide telegram installation

master
parent
commit
21ccd493fa
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      tasks/setup.yaml

+ 3
- 0
tasks/setup.yaml View File

@@ -20,6 +20,9 @@
unarchive:
src: /opt/telegram-desktop/{{_telegram_desktop_dl_filename}}
dest: /opt/telegram-desktop
mode: u=rwx,g=rx,o=rx
owner: root
group: root

- name: link telegram-desktop binary
file:


Loading…
Cancel
Save