From e807a5b9e0bc3f2b96282d41807610656fa7874b Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 12 Feb 2026 23:14:26 +0100 Subject: Add reboot to the playbook as post_task (controlled by flag) --- roles/ddcutil/tasks/main.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/ddcutil/tasks') diff --git a/roles/ddcutil/tasks/main.yml b/roles/ddcutil/tasks/main.yml index ed4dc845..5b97b5e1 100644 --- a/roles/ddcutil/tasks/main.yml +++ b/roles/ddcutil/tasks/main.yml @@ -12,6 +12,7 @@ mode: "0644" content: | i2c-dev + notify: "Require reboot" - name: "Ensure i2c group is created" become: true @@ -35,3 +36,4 @@ KERNEL=="i2c-[0-9]*", GROUP="i2c", MODE="0660" notify: - "Reload rules" + - "Require reboot" -- cgit v1.2.3