This website works better with JavaScript.
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fix incorrect variable usage in when statement
Related to
https://github.com/spantaleev/matrix-docker-ansible-deploy/pull/868
pull/985/head
Slavi Pantaleev
5 年之前
父節點
1b55766927
當前提交
832e191ab8
共有
1 個文件被更改
,包括
1 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
roles/matrix-postgres-backup/tasks/main.yml
+ 1
- 1
roles/matrix-postgres-backup/tasks/main.yml
查看文件
@@ -5,7 +5,7 @@
- always
- import_tasks: "{{ role_path }}/tasks/validate_config.yml"
when: "run_setup|bool and matrix_postgres_enabled|bool"
when: "run_setup|bool and matrix_postgres_
backup_
enabled|bool"
tags:
- setup-all
- setup-postgres-backup
Write
Preview
Loading…
取消
儲存