使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
overmind
/
matrix-docker-ansible-deploy
镜像自地址
https://github.com/spantaleev/matrix-docker-ansible-deploy
关注
1
点赞
0
派生
0
代码
工单
0
版本发布
0
百科
动态
浏览代码
Store retry files
pull/986/head
Hackintosh 5
5 年前
父节点
4830b7d830
当前提交
a972434c61
共有
2 个文件被更改
,包括
3 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
撰写
预览
正在加载...
取消
保存