From 000c0749a36179427f709e8b1a8ecafec56a8b5e Mon Sep 17 00:00:00 2001 From: Jose Date: Sun, 21 Dec 2025 14:50:50 +0100 Subject: [PATCH] =?UTF-8?q?refactor=20=E2=99=BB=EF=B8=8F:=20Remove=20condi?= =?UTF-8?q?tional=20debug=20task=20for=20default=20route?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Refactored the routing configuration to remove a conditional debug task that was unnecessary for the default route, simplifying the code and improving performance. --- tasks/main.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/tasks/main.yml b/tasks/main.yml index fa82669..9ffedc6 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -18,7 +18,6 @@ - name: Debug default route interface ansible.builtin.debug: msg: "Detected default route: {{ wol_detected_interface }}" - when: wol_interface | length == 0 - name: Validate detected interface is physical ansible.builtin.set_fact: