Kaynağa Gözat

Store retry files

pull/986/head
Hackintosh 5 5 yıl önce
ebeveyn
işleme
a972434c61
2 değiştirilmiş dosya ile 3 ekleme ve 1 silme
  1. +1
    -0
      .gitignore
  2. +2
    -1
      ansible.cfg

+ 1
- 0
.gitignore Dosyayı Görüntüle

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

+ 2
- 1
ansible.cfg Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet