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