소스 검색

Do not try to enable non-enableable matrix_ssl_renewal_systemd_units_list

pull/2289/head
Slavi Pantaleev 3 년 전
부모
커밋
1bd3a27acd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 파일 보기

@@ -283,7 +283,7 @@ devture_systemd_service_manager_services_list_auto: |
+
([{'name': 'matrix-nginx-proxy.service', 'priority': 3000, 'groups': ['matrix', 'nginx', 'reverse-proxies']}] if matrix_nginx_proxy_enabled else [])
+
(matrix_ssl_renewal_systemd_units_list | selectattr('applicable'))
(matrix_ssl_renewal_systemd_units_list | selectattr('applicable') | selectattr('enableable'))
+
([{'name': 'matrix-ntfy.service', 'priority': 800, 'groups': ['matrix', 'ntfy']}] if matrix_ntfy_enabled else [])
+


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