From e413e06a52e7a142b91a23efcf4d68c83743ad0a Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 25 Jul 2024 21:46:00 +0200 Subject: [PATCH] dd --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index 5f4347ea..e000f080 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -5,7 +5,7 @@ retry_files_enabled = False roles_path = ./roles collections_path = ./collections private_key_file = ./id_ed25519 -vault_password_file = vault-pass.yml +vault_password_file = vault-pass gathering = smart [diff] always = true