このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
overmind
/
matrix-docker-ansible-deploy
ミラー元
https://github.com/spantaleev/matrix-docker-ansible-deploy
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
リリース
0
Wiki
アクティビティ
ソースを参照
Add a variable to control the stop tasks
pull/185/head
Stuart Mumford
7年前
親
ae7c8d1524
コミット
a4bcd7ce8f
この署名に対応する既知のキーがデータベースに存在しません
GPGキーID:
60BC5C03E6276769
2個のファイルの変更
、
2行の追加
、
0行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-0
roles/matrix-base/defaults/main.yml
+1
-0
roles/matrix-common-after/tasks/main.yml
+ 1
- 0
roles/matrix-base/defaults/main.yml
ファイルの表示
@@ -47,6 +47,7 @@ run_setup: true
run_import_postgres: true
run_upgrade_postgres: true
run_start: true
run_stop: true
run_register_user: true
run_update_user_password: true
run_import_sqlite_db: true
+ 1
- 0
roles/matrix-common-after/tasks/main.yml
ファイルの表示
@@ -4,5 +4,6 @@
- start
- import_tasks: "{{ role_path }}/tasks/stop.yml"
when: run_stop
tags:
- stop
書き込み
プレビュー
読み込み中…
キャンセル
保存