fix 🐛: Remove commented credentials

This commit removes commented-out Proxmox credentials variables from the testing.yml file. This resolves an issue where these variables were present, potentially exposing sensitive information during testing. The removal ensures a cleaner and more secure testing environment.
This commit is contained in:
2025-12-14 07:16:08 +01:00
parent 914d6de8b6
commit c4d6dd8f4b

View File

@@ -116,9 +116,9 @@
ansible.builtin.include_role: ansible.builtin.include_role:
name: ansible-role-debian_common name: ansible-role-debian_common
vars: # vars:
# Proxmox credentials # # Proxmox credentials
ansible_user: "{{ ciuser }}" # ansible_user: "{{ ciuser }}"
ansible_password: "{{ cipassword }}" # ansible_password: "{{ cipassword }}"