From 37e2f822c37e4ce08b029595c04e692eb197f86e Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 19 Feb 2026 16:12:10 +0100 Subject: Merge the aur_font in the font role with conditional dependency --- roles/font/meta/main.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'roles/font/meta') diff --git a/roles/font/meta/main.yml b/roles/font/meta/main.yml index b1706f98..b9f45ad7 100644 --- a/roles/font/meta/main.yml +++ b/roles/font/meta/main.yml @@ -1,5 +1,7 @@ --- -dependencies: [] +dependencies: + - role: "yay" + when: ansible_facts['distribution'] == "Archlinux" galaxy_info: author: "a14m" description: "Install fonts on linux distros." -- cgit v1.2.3