本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Store retry files
pull/986/head
Hackintosh 5
5 年之前
父節點
4830b7d830
當前提交
a972434c61
共有
2 個檔案被更改
,包括
3 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+2
-1
ansible.cfg
+ 1
- 0
.gitignore
查看文件
@@ -5,3 +5,4 @@
/roles/*/files/scratchpad
.DS_Store
.python-version
.ansible-retry
+ 2
- 1
ansible.cfg
查看文件
@@ -1,6 +1,7 @@
[defaults]
retry_files_enabled =
Fals
e
retry_files_enabled =
Tru
e
stdout_callback = yaml
retry_files_save_path = ./.ansible-retry
[connection]
pipelining = True
Write
Preview
Loading…
取消
儲存