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:
@@ -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 }}"
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user