This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
ka
/
ansible-role-telegram-desktop
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
correct permissions for system wide telegram installation
master
Markus Katharina Brechtel
5 years ago
parent
bf599c9847
commit
21ccd493fa
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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:
Write
Preview
Loading…
Cancel
Save