From 46c7b9801763119212bf1b4628ec812180a85f2f Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 1 Mar 2026 22:21:44 +0100 Subject: Remove reboot tasks as they are not necessary The reboot also makes the testing quite unstable, and they don't have a lot of added benefits, removing them for now --- roles/ddcutil/handlers/main.yml | 5 ----- roles/ddcutil/tasks/main.yml | 1 - 2 files changed, 6 deletions(-) (limited to 'roles/ddcutil') diff --git a/roles/ddcutil/handlers/main.yml b/roles/ddcutil/handlers/main.yml index 26c67998..ed0ffa85 100644 --- a/roles/ddcutil/handlers/main.yml +++ b/roles/ddcutil/handlers/main.yml @@ -4,8 +4,3 @@ ansible.builtin.command: cmd: "udevadm control --reload-rules" changed_when: true - -- name: "Reboot" - become: true - ansible.builtin.reboot: - reboot_timeout: 600 diff --git a/roles/ddcutil/tasks/main.yml b/roles/ddcutil/tasks/main.yml index 8b58b09e..ed4dc845 100644 --- a/roles/ddcutil/tasks/main.yml +++ b/roles/ddcutil/tasks/main.yml @@ -35,4 +35,3 @@ KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660" notify: - "Reload rules" - - "Reboot" -- cgit v1.2.3