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