fix 🐛: Update admin password

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.
This commit is contained in:
2025-12-14 09:58:37 +01:00
parent 8f25ef2a14
commit 066a599d9b

View File

@@ -4,6 +4,7 @@
vars:
admin_user: joseadm
admin_password: changeme
tasks:
- name: Import variables from Ansible vault