load greetd config

This commit is contained in:
Matthew Stobbs
2025-03-12 15:29:31 -06:00
parent dfd07d0244
commit 7da8df15a6

View File

@@ -4,6 +4,10 @@
when: when:
- greetd_configured is undefined - greetd_configured is undefined
block: block:
- name: Load greetd config
ansible.builtin.include_tasks:
file: config/greetd.yml
- name: Append greetd to pkg_sys - name: Append greetd to pkg_sys
ansible.builtin.set_fact: ansible.builtin.set_fact:
pkg_sys: "{{ pkg_sys + [greetd.pkg] }}" pkg_sys: "{{ pkg_sys + [greetd.pkg] }}"