diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-19 16:12:10 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-19 16:36:16 +0100 |
| commit | 37e2f822c37e4ce08b029595c04e692eb197f86e (patch) | |
| tree | ada39ae4afa0b3dc4965e900aa09c51fe4340c6a /roles/font/tasks/main.yml | |
| parent | 221ca9d12199dfe6ed73ce8724d31833a63675dd (diff) | |
Merge the aur_font in the font role with conditional dependency
Diffstat (limited to 'roles/font/tasks/main.yml')
| -rw-r--r-- | roles/font/tasks/main.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roles/font/tasks/main.yml b/roles/font/tasks/main.yml index ab266c2b..5b1cb859 100644 --- a/roles/font/tasks/main.yml +++ b/roles/font/tasks/main.yml @@ -44,3 +44,6 @@ dest: "{{ item.dest }}" state: "link" loop: "{{ font_presets }}" + +- name: "Ensure OS-specific tasks installed" + ansible.builtin.include_vars: "install-{{ ansible_facts['os_family'] | lower }}.yml" |
