瀏覽代碼

Fix variable name typo

pull/3093/head
Slavi Pantaleev 2 年之前
父節點
當前提交
bfd93adb20
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      group_vars/matrix_servers

+ 1
- 1
group_vars/matrix_servers 查看文件

@@ -3875,7 +3875,7 @@ devture_postgres_backup_systemd_required_services_list_auto: |
([(devture_postgres_identifier + '.service')] if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else [])
}}

devture_postgres_backup_container_network: "{{ (devture_postgres_container_network if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else devture_postgres_identifier) }}"
devture_postgres_backup_container_network: "{{ (devture_postgres_container_network if (devture_postgres_enabled and devture_postgres_backup_connection_hostname == devture_postgres_connection_hostname) else devture_postgres_backup_identifier) }}"

devture_postgres_backup_container_additional_networks_auto: |-
{{


Loading…
取消
儲存