このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
overmind
/
matrix-docker-ansible-deploy
ミラー元
https://github.com/spantaleev/matrix-docker-ansible-deploy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
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行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+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
書き込み
プレビュー
読み込み中…
キャンセル
保存