This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Store retry files
pull/1133/head
Hackintosh 5
5 years ago
parent
efa7486b88
commit
c603531b1d
2 changed files
with
3 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+2
-1
ansible.cfg
+ 1
- 0
.gitignore
View File
@@ -5,3 +5,4 @@
/roles/*/files/scratchpad
/roles/*/files/scratchpad
.DS_Store
.DS_Store
.python-version
.python-version
.ansible-retry
+ 2
- 1
ansible.cfg
View File
@@ -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…
Cancel
Save