Skip to content

Commit 5caf96d

Browse files
committed
remove ddcci-dkms uninstallation procedure
you never know if someone needs it still, better to not touch it
1 parent 982c61c commit 5caf96d

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

tasks/init.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -33,22 +33,6 @@
3333
persistent: present
3434
when: ddcci_backlight_support
3535

36-
- name: Disable ddcci-backlight kernel module
37-
tags: [codam.webgreeter, codam.webgreeter.init]
38-
become: true
39-
modprobe:
40-
name: ddcci-backlight
41-
state: absent
42-
persistent: absent
43-
when: not ddcci_backlight_support
44-
45-
- name: Remove ddcci-dkms
46-
tags: [codam.webgreeter, codam.webgreeter.init]
47-
apt:
48-
name: ddcci-dkms
49-
state: absent
50-
when: not ddcci_backlight_support
51-
5236
- name: Check if xbacklight binary exists
5337
tags: [codam.webgreeter, codam.webgreeter.init]
5438
shell:

0 commit comments

Comments
 (0)