From 066a599d9b2144c7657092e6d000021ea9256a7c Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 14 Dec 2025 09:58:37 +0100 Subject: [PATCH] =?UTF-8?q?fix=20=F0=9F=90=9B:=20Update=20admin=20password?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit updates the admin password within the `testvault.yml` file to improve security. The change ensures that unauthorized access to the test vault is prevented. This aligns with best practices for securing sensitive configuration files. --- tasks/testvault.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/tasks/testvault.yml b/tasks/testvault.yml index ba4f9d9..3c07f7b 100644 --- a/tasks/testvault.yml +++ b/tasks/testvault.yml @@ -4,6 +4,7 @@ vars: admin_user: joseadm + admin_password: changeme tasks: - name: Import variables from Ansible vault