install tuigreet alongside greetd

This commit is contained in:
Matthew Stobbs
2025-03-17 12:00:39 -06:00
parent f7dd5e4244
commit e799d616a0
3 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
- name: Set config for greetd
ansible.builtin.set_fact:
greetd:
pkg: "{{ pkgconfig.greetd.pkg[ansible_os_family] }}"
pkgs: "{{ pkgconfig.greetd.pkgs[ansible_os_family] }}"

View File

@@ -10,7 +10,7 @@
- name: Append greetd to pkg_sys
ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + [greetd.pkg] }}"
pkg_sys: "{{ pkg_sys + greetd.pkgs }}"
- name: Set greetd_configured
ansible.builtin.set_fact: