From acffc9c72c491c2b15e57be28764a82bef01c6e0 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 3 Sep 2022 01:40:22 +1200 Subject: [PATCH] remove config value --- ansible/ansible.cfg | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ansible/ansible.cfg b/ansible/ansible.cfg index ebef9f1..8d82805 100644 --- a/ansible/ansible.cfg +++ b/ansible/ansible.cfg @@ -8,5 +8,4 @@ interpreter_python = auto_silent collections_paths = ./collections collections_path = ./collections roles_path = ./roles -vault_password_file = ./vault_password -playbook_vars_root = ./ \ No newline at end of file +vault_password_file = ./vault_password \ No newline at end of file