소스 검색

Update ddclient (v4.0.0-0 → v4.0.0-1)

Use `ddclient_restart_necessary`

Signed-off-by: Suguru Hirahara <did🔑z6MkvVZk1A3KBApWJXv2Ju4H14ErDfRGxh8zxdXSZ4vACDg5>
pull/4949/head
Suguru Hirahara 6 달 전
부모
커밋
6e4a0ab2a1
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 파일 보기

@@ -650,7 +650,7 @@ devture_systemd_service_manager_services_list_auto: |
([{
'name': (ddclient_identifier + '.service'),
'priority': 5000,
'restart_necessary': true,
'restart_necessary': (ddclient_restart_necessary | bool),
'groups': ['matrix', 'ddclient', 'dynamic-dns'],
}] if ddclient_enabled else [])
+


+ 1
- 1
requirements.yml 파일 보기

@@ -17,7 +17,7 @@
name: coturn
activation_prefix: coturn_
- src: git+https://github.com/mother-of-all-self-hosting/ansible-role-ddclient.git
version: v4.0.0-0
version: v4.0.0-1
name: ddclient
activation_prefix: ddclient_
- src: git+https://github.com/geerlingguy/ansible-role-docker


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