From ddd0f95835eeb593105a2416e4152102c8cf1a60 Mon Sep 17 00:00:00 2001 From: JonnyBravo Date: Wed, 11 Feb 2026 11:18:49 +0100 Subject: [PATCH] ansible.cfg aktualisiert --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 3419900..621fe2d 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -1,7 +1,7 @@ [defaults] inventory = ./inv/ log_path = ~/.ansible/log_ansible.log -privat_key_file = ~/.ssh/ansible +privat_key_file = ~/.ssh/ansible-test retry_files_enabled = true retry_files_save_path = ~/.ansible/retry-files force_handlers = true