Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
ka
/
ansible-role-telegram-desktop
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
use debian package
master
Markus Katharina Brechtel
3 anni fa
parent
ca13f310e3
commit
dd6ba87a0b
3 ha cambiato i file
con
16 aggiunte
e
1 eliminazioni
Visualizzazione separata
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
Vedi File
+ 5
- 1
tasks/main.yaml
Vedi 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
Vedi 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…
Annulla
Salva