From 41580d37111536b90937ab6fe63a0d5c806cab75 Mon Sep 17 00:00:00 2001 From: Tobias Reisinger Date: Sat, 17 Jun 2023 15:22:57 +0200 Subject: [PATCH] Remove stuff from ansible.cfg (prefer env for ansible config) --- _ansible/ansible.cfg | 2 -- 1 file changed, 2 deletions(-) diff --git a/_ansible/ansible.cfg b/_ansible/ansible.cfg index 57ab3d8..73ee9b1 100644 --- a/_ansible/ansible.cfg +++ b/_ansible/ansible.cfg @@ -1,4 +1,2 @@ [defaults] inventory = ./inventory -interpreter_python = auto_silent -vault_password_file = ./.vault_pass