소스 검색

Update Etherpad (v2.6.1-0 → v2.6.1-1)

Use `etherpad_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4951/head
Suguru Hirahara 1 주 전
부모
커밋
0da4c43cf1
No known key found for this signature in database GPG 키 ID: E4F9743DAB4B7B75
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      group_vars/matrix_servers
  2. +1
    -1
      requirements.yml

+ 1
- 1
group_vars/matrix_servers 파일 보기

@@ -657,7 +657,7 @@ devture_systemd_service_manager_services_list_auto: |
([{ ([{
'name': (etherpad_identifier + '.service'), 'name': (etherpad_identifier + '.service'),
'priority': 4000, 'priority': 4000,
'restart_necessary': true,
'restart_necessary': (etherpad_restart_necessary | bool),
'groups': ['matrix', 'etherpad'], 'groups': ['matrix', 'etherpad'],
}] if etherpad_enabled else []) }] if etherpad_enabled else [])
+ +


+ 1
- 1
requirements.yml 파일 보기

@@ -27,7 +27,7 @@
version: 542a2d68db4e9a8e9bb4b508052760b900c7dce6 version: 542a2d68db4e9a8e9bb4b508052760b900c7dce6
name: docker_sdk_for_python name: docker_sdk_for_python
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-etherpad.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-etherpad.git
version: v2.6.1-0
version: v2.6.1-1
name: etherpad name: etherpad
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git - src: git+https://github.com/mother-of-all-self-hosting/ansible-role-exim-relay.git
version: v4.98.1-r0-2-3 version: v4.98.1-r0-2-3


불러오는 중...
취소
저장