From f2232d636bae4eed0dbdda8e2314b91a489d4878 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Sun, 18 Jan 2026 21:46:58 +0100 Subject: Fix font role --- molecule/archlinux-gnome/converge.yml | 2 +- molecule/archlinux/converge.yml | 2 +- molecule/debian/converge.yml | 2 +- molecule/raspberrypi/converge.yml | 2 +- molecule/ubuntu/converge.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'molecule') diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 3fb3b473..eb71ee38 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -74,7 +74,7 @@ - role: "password_store" - role: "which" - role: "firefox" - - role: "fonts" + - role: "font" - role: "alacritty" - role: "btop" - role: "bluetui" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 61d57f12..bc5a1bd9 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -73,7 +73,7 @@ - role: "password_store" - role: "which" - role: "firefox" - - role: "fonts" + - role: "font" - role: "alacritty" - role: "btop" - role: "bluetui" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 8789b33b..222b3ba9 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -84,7 +84,7 @@ - role: "password_store" - role: "which" - role: "firefox" - - role: "fonts" + - role: "font" - role: "alacritty" - role: "btop" - role: "wlctl" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 7fe92c71..117cda83 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -81,7 +81,7 @@ - role: "password_store" - role: "which" - role: "firefox" - - role: "fonts" + - role: "font" - role: "alacritty" - role: "btop" - role: "wlctl" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 21a73f6d..ce890bde 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -73,7 +73,7 @@ - role: "password_store" - role: "which" - role: "firefox" - - role: "fonts" + - role: "font" - role: "alacritty" - role: "btop" - role: "wlctl" -- cgit v1.2.3