Ensure the light package is installed for i3.

This commit is contained in:
2026-07-16 17:46:38 -07:00
parent 70114784a5
commit 2b40012443
+2
View File
@@ -8,6 +8,7 @@
- name: Workstation | Linux | Software | i3 | Facts | General [1/2] - name: Workstation | Linux | Software | i3 | Facts | General [1/2]
set_fact: set_fact:
i3_package: i3 i3_package: i3
i3_light: light
i3_config: "settings/i3.config" i3_config: "settings/i3.config"
i3_config_dir: "{{ user_user.home }}/.config/i3" i3_config_dir: "{{ user_user.home }}/.config/i3"
@@ -25,6 +26,7 @@
name: name:
- "{{ i3_package }}" - "{{ i3_package }}"
- "{{ lightdm }}" - "{{ lightdm }}"
- "{{ i3-light }}"
state: present state: present
update_cache: yes update_cache: yes