fix 🐛: Remove Proxmox credentials comments

This commit removes commented-out variable definitions related to Proxmox credentials. These were identified as unnecessary and potentially confusing, improving code readability and reducing clutter. The removal ensures a cleaner and more focused codebase.
This commit is contained in:
2025-12-14 07:05:58 +01:00
parent 5288b88fcd
commit aa8b2375db

View File

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