Procházet zdrojové kódy

Store retry files

pull/986/head
Hackintosh 5 před 5 roky
rodič
revize
a972434c61
2 změnil soubory, kde provedl 3 přidání a 1 odebrání
  1. +1
    -0
      .gitignore
  2. +2
    -1
      ansible.cfg

+ 1
- 0
.gitignore Zobrazit soubor

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

+ 2
- 1
ansible.cfg Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit