이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
overmind
/
matrix-docker-ansible-deploy
의 미러
https://github.com/spantaleev/matrix-docker-ansible-deploy
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
Do not install unnecessary bash-completion
pull/432/head
Slavi Pantaleev
6 년 전
부모
edb77cf799
커밋
26b73e3a4b
4개의 변경된 파일
과
0개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
roles/matrix-base/tasks/server_base/setup_archlinux.yml
+0
-1
roles/matrix-base/tasks/server_base/setup_centos.yml
+0
-1
roles/matrix-base/tasks/server_base/setup_debian.yml
+0
-1
roles/matrix-base/tasks/server_base/setup_raspbian.yml
+ 0
- 1
roles/matrix-base/tasks/server_base/setup_archlinux.yml
파일 보기
@@ -3,7 +3,6 @@
- name: Install host dependencies
pacman:
name:
- bash-completion
- python-docker
- ntp
# TODO This needs to be verified. Which version do we need?
+ 0
- 1
roles/matrix-base/tasks/server_base/setup_centos.yml
파일 보기
@@ -20,7 +20,6 @@
- name: Ensure yum packages are installed
yum:
name:
- bash-completion
- docker-python
- ntp
- fuse
+ 0
- 1
roles/matrix-base/tasks/server_base/setup_debian.yml
파일 보기
@@ -27,7 +27,6 @@
- name: Ensure APT packages are installed
apt:
name:
- bash-completion
- "python{{'3' if ansible_python.version.major == 3 else ''}}-docker"
- ntp
- fuse
+ 0
- 1
roles/matrix-base/tasks/server_base/setup_raspbian.yml
파일 보기
@@ -27,7 +27,6 @@
- name: Ensure APT packages are installed
apt:
name:
- bash-completion
- python-docker
- ntp
- fuse
쓰기
미리보기
불러오는 중...
취소
저장