Add some fixes that may have been what got light to work.
This commit is contained in:
@@ -78,7 +78,7 @@
|
||||
#
|
||||
# It then required a reboot. Doing the commands below was not enough.
|
||||
#
|
||||
# # sudo udevadm control --reload-rules ^C
|
||||
# # sudo udevadm control --reload-rules
|
||||
# # sudo udevadm trigger
|
||||
#
|
||||
|
||||
@@ -102,7 +102,7 @@
|
||||
# ansible.builtin.debug:
|
||||
# msg: "{{ i3_light_device_name }}"
|
||||
|
||||
- name: Workstation | Linux | Software | i3 | Light | Create udev Rules
|
||||
- name: Workstation | Linux | Software | i3 | Light | udev Rules | Create
|
||||
ansible.builtin.copy:
|
||||
dest: /etc/udev/rules.d/backlight.rules
|
||||
content: |
|
||||
@@ -112,5 +112,11 @@
|
||||
group: root
|
||||
mode: '0644'
|
||||
|
||||
- name: Workstation | Linux | Software | i3 | Light | udev Rules | Reload
|
||||
command: "{{ item }}"
|
||||
loop:
|
||||
- udevadm control --reload-rules
|
||||
- udevadm trigger
|
||||
|
||||
#- name: FAIL - DELETEME
|
||||
# meta: end_play
|
||||
|
||||
Reference in New Issue
Block a user