From a100b2b2c1b95ee47c6878c41db6885e22919534 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Tue, 30 Jul 2024 11:39:03 +0200 Subject: [PATCH] ff --- ansible.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible.cfg b/ansible.cfg index cf516874..dbe15cac 100644 --- a/ansible.cfg +++ b/ansible.cfg @@ -2,7 +2,7 @@ inventory = ./inventory nocows = 1 retry_files_enabled = False -roles_path = /ansible/roles:./roles +roles_path = ./roles:~/.ansible/roles/ private_key_file = ./id_ed25519 vault_password_file = vault-pass gathering = smart