本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
登入
overmind
/
matrix-docker-ansible-deploy
镜像来自
https://github.com/spantaleev/matrix-docker-ansible-deploy
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
0
Wiki
活動
瀏覽代碼
Store retry files
pull/1133/head
Hackintosh 5
5 年之前
父節點
efa7486b88
當前提交
c603531b1d
共有
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
/roles/*/files/scratchpad
.DS_Store
.DS_Store
.python-version
.python-version
.ansible-retry
+ 2
- 1
ansible.cfg
查看文件
@@ -1,6 +1,7 @@
[defaults]
[defaults]
retry_files_enabled =
Fals
e
retry_files_enabled =
Tru
e
stdout_callback = yaml
stdout_callback = yaml
retry_files_save_path = ./.ansible-retry
[connection]
[connection]
pipelining = True
pipelining = True
Write
Preview
Loading…
取消
儲存