load greetd config
This commit is contained in:
@@ -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] }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user