From d43c413e0dd11e339165107360d6a113f2eb8bc4 Mon Sep 17 00:00:00 2001 From: Jose Date: Wed, 24 Dec 2025 08:00:58 +0100 Subject: [PATCH] =?UTF-8?q?style=20=F0=9F=92=8E:=20Fix=20indentation=20in?= =?UTF-8?q?=20tasks/main.yml=20for=20notify=20section?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrected the indentation of the 'notify' section within the `tasks/main.yml` file to ensure proper syntax and readability. --- tasks/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index e605227..8004dec 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -193,8 +193,8 @@ {{ rule }} {% endfor %} notify: - - Reload_udev_rules - - Trigger_udev_net + - Reload_udev_rules + - Trigger_udev_net # ============================================================ # Verification & Reporting