chore 📦: Comment out debug facts task in tasks/main.yml

This commit removes the debug facts task from the main.yml file to clean up unnecessary logging and streamline the execution process.
This commit is contained in:
2025-12-21 21:43:37 +01:00
parent 724d67982a
commit 6de00262a6

View File

@@ -20,10 +20,10 @@
msg: msg:
- "Detected bridge {{ wol_detected_interface }}" - "Detected bridge {{ wol_detected_interface }}"
- name: Debug facts # - name: Debug facts
ansible.builtin.debug: # ansible.builtin.debug:
msg: # msg:
- "{{ hostvars[inventory_hostname]['ansible_' + wol_detected_interface][interfaces] }}" # - "{{ hostvars[inventory_hostname]['ansible_' + wol_detected_interface][interfaces] }}"
# - name: Detect physical NIC enslaved to bridge # - name: Detect physical NIC enslaved to bridge
# ansible.builtin.set_fact: # ansible.builtin.set_fact: