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