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:
@@ -20,10 +20,10 @@
|
||||
msg:
|
||||
- "Detected bridge {{ wol_detected_interface }}"
|
||||
|
||||
- name: Debug facts
|
||||
ansible.builtin.debug:
|
||||
msg:
|
||||
- "{{ hostvars[inventory_hostname]['ansible_' + wol_detected_interface][interfaces] }}"
|
||||
# - name: Debug facts
|
||||
# ansible.builtin.debug:
|
||||
# msg:
|
||||
# - "{{ hostvars[inventory_hostname]['ansible_' + wol_detected_interface][interfaces] }}"
|
||||
|
||||
# - name: Detect physical NIC enslaved to bridge
|
||||
# ansible.builtin.set_fact:
|
||||
|
||||
Reference in New Issue
Block a user