Przeglądaj źródła

Store retry files

pull/986/head
Hackintosh 5 4 lat temu
rodzic
commit
a972434c61
2 zmienionych plików z 3 dodań i 1 usunięć
  1. +1
    -0
      .gitignore
  2. +2
    -1
      ansible.cfg

+ 1
- 0
.gitignore Wyświetl plik

@@ -5,3 +5,4 @@
/roles/*/files/scratchpad
.DS_Store
.python-version
.ansible-retry

+ 2
- 1
ansible.cfg Wyświetl plik

@@ -1,6 +1,7 @@
[defaults]
retry_files_enabled = False
retry_files_enabled = True
stdout_callback = yaml
retry_files_save_path = ./.ansible-retry

[connection]
pipelining = True

Ładowanie…
Anuluj
Zapisz