이 웹사이트는 자바스크립트 활성화가 필요합니다.
홈
탐색
도움말
로그인
overmind
/
matrix-docker-ansible-deploy
의 미러
https://github.com/spantaleev/matrix-docker-ansible-deploy
보기
1
좋아요
0
포크
0
코드
이슈
0
릴리즈
0
위키
활동
소스 검색
Remove useless explicit daemon reload in matrix-user-creator
The next task asks for a daemon reload, so there's no need to do it twice.
pull/2515/head
Slavi Pantaleev
3 년 전
부모
0af6e6d9d9
커밋
c8022c1a18
1개의 변경된 파일
과
0개의 추가작업
그리고
4개의 파일을 삭제
분할 보기
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-4
roles/custom/matrix-user-creator/tasks/setup.yml
+ 0
- 4
roles/custom/matrix-user-creator/tasks/setup.yml
파일 보기
@@ -8,10 +8,6 @@
# Suppress logging to avoid dumping the credentials to the shell
no_log: true
- name: Ensure systemd is reloaded before starting the homeserver
ansible.builtin.service:
daemon_reload: true
- name: Ensure homeserver is started before creating Matrix users
ansible.builtin.service:
name: "matrix-{{ matrix_homeserver_implementation }}.service"
쓰기
미리보기
불러오는 중...
취소
저장