Просмотр исходного кода

Store retry files

pull/986/head
Hackintosh 5 4 лет назад
Родитель
Сommit
a972434c61
2 измененных файлов: 3 добавлений и 1 удалений
  1. +1
    -0
      .gitignore
  2. +2
    -1
      ansible.cfg

+ 1
- 0
.gitignore Просмотреть файл

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

+ 2
- 1
ansible.cfg Просмотреть файл

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

Загрузка…
Отмена
Сохранить