Преглед изворни кода

Store retry files

pull/986/head
Hackintosh 5 пре 4 година
родитељ
комит
a972434c61
2 измењених фајлова са 3 додато и 1 уклоњено
  1. +1
    -0
      .gitignore
  2. +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 = False
retry_files_enabled = True
stdout_callback = yaml stdout_callback = yaml
retry_files_save_path = ./.ansible-retry


[connection] [connection]
pipelining = True pipelining = True

Loading…
Откажи
Сачувај