이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
가입하기
로그인
ka
/
ansible-role-telegram-desktop
보기
1
좋아요
0
포크
0
코드
이슈
0
풀 리퀘스트
0
릴리즈
0
위키
활동
소스 검색
use debian package
master
Markus Katharina Brechtel
3 년 전
부모
ca13f310e3
커밋
dd6ba87a0b
3개의 변경된 파일
과
16개의 추가작업
그리고
1개의 파일을 삭제
분할 보기
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
파일 보기
+ 5
- 1
tasks/main.yaml
파일 보기
@@ -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
파일 보기
@@ -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
쓰기
미리보기
불러오는 중...
취소
저장