load greetd config
This commit is contained in:
@@ -4,6 +4,10 @@
|
||||
when:
|
||||
- greetd_configured is undefined
|
||||
block:
|
||||
- name: Load greetd config
|
||||
ansible.builtin.include_tasks:
|
||||
file: config/greetd.yml
|
||||
|
||||
- name: Append greetd to pkg_sys
|
||||
ansible.builtin.set_fact:
|
||||
pkg_sys: "{{ pkg_sys + [greetd.pkg] }}"
|
||||
|
||||
Reference in New Issue
Block a user