From 8c0e12d30a4f1360a081d0899ab9d6c0e1d8d023 Mon Sep 17 00:00:00 2001
From: Tom Teichler <tom.teichler@teckids.org>
Date: Sun, 24 Sep 2023 15:38:23 +0200
Subject: [PATCH] Remove vault option

---
 ansible.cfg | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ansible.cfg b/ansible.cfg
index 4de3024..1139365 100644
--- a/ansible.cfg
+++ b/ansible.cfg
@@ -4,7 +4,6 @@ timeout = 30
 retry_files_enabled = False
 interpreter_python=/usr/bin/python3
 remote_user = root
-vault_password_file = /etc/ansible_vault_pw
 
 [ssh_connection]
 pipelining = True
-- 
GitLab