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
use debian package
master
Markus Katharina Brechtel
3 years ago
parent
ca13f310e3
commit
dd6ba87a0b
3 changed files
with
16 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-0
tasks/git-setup.yaml
+5
-1
tasks/main.yaml
+11
-0
tasks/uninstall-git-setup.yaml
tasks/setup.yaml → tasks/git-setup.yaml
View File
+ 5
- 1
tasks/main.yaml
View File
@@ -1,3 +1,7 @@
---
- import_tasks: setup.yaml
- import_tasks: uninstall-git-setup.yaml
- name: telegram-desktop debian package
apt:
pkg: telegram-desktop
+ 11
- 0
tasks/uninstall-git-setup.yaml
View File
@@ -0,0 +1,11 @@
---
- name: installation directory absent
file:
path: /opt/telegram-desktop
state: absent
- name: unlink telegram-desktop binary
file:
path: /usr/local/bin/telegram-desktop
state: absent
Write
Preview
Loading…
Cancel
Save