Explorar el Código

Store retry files

pull/986/head
Hackintosh 5 hace 5 años
padre
commit
a972434c61
Se han modificado 2 ficheros con 3 adiciones y 1 borrados
  1. +1
    -0
      .gitignore
  2. +2
    -1
      ansible.cfg

+ 1
- 0
.gitignore Ver fichero

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

+ 2
- 1
ansible.cfg Ver fichero

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

Cargando…
Cancelar
Guardar