From 6de00262a6e0438e4ce6341c3148329af4cdbb38 Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 21 Dec 2025 21:43:37 +0100 Subject: [PATCH] =?UTF-8?q?chore=20=F0=9F=93=A6:=20Comment=20out=20debug?= =?UTF-8?q?=20facts=20task=20in=20tasks/main.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This commit removes the debug facts task from the main.yml file to clean up unnecessary logging and streamline the execution process. --- tasks/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index b1d1c5c..7efa64a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -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: