Enable retry_files_enabled

This commit is contained in:
Sam A. 2024-01-06 17:47:10 +01:00
parent d394c3cbe2
commit ab48bff23a
Signed by: samsapti
GPG Key ID: CBBBE7371E81C4EA
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@ ask_vault_pass = True
inventory = inventory.ini
interpreter_python = /usr/bin/python3
remote_user = ansible
retry_files_enabled = True
use_persistent_connections = True
forks = 10