diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:21:44 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-03-01 22:21:44 +0100 |
| commit | 46c7b9801763119212bf1b4628ec812180a85f2f (patch) | |
| tree | 5f9ca5aad69e1dfbed5a2abc2e97af3a63fd673b /roles/ddcutil | |
| parent | 0cce2285d5bee1e53c58f32b33af8d7e351ee6d7 (diff) | |
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
Diffstat (limited to 'roles/ddcutil')
| -rw-r--r-- | roles/ddcutil/handlers/main.yml | 5 | ||||
| -rw-r--r-- | roles/ddcutil/tasks/main.yml | 1 |
2 files changed, 0 insertions, 6 deletions
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" |
