From 182143187b37378b8f70b1d484b6a0ee7b6704b1 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Fri, 23 Jan 2026 15:24:55 +0100 Subject: Fix role name --- configure.yml | 2 +- molecule/archlinux-gnome/converge.yml | 2 +- molecule/archlinux/converge.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.yml b/configure.yml index 0112a191..ee1536b0 100644 --- a/configure.yml +++ b/configure.yml @@ -10,7 +10,7 @@ - role: "timezone" - role: "yay" - role: "font" - - role: "font_aur" + - role: "aur_font" - role: "which" - role: "bash" - role: "man" diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index 3150682c..3324704e 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -76,7 +76,7 @@ - role: "which" - role: "firefox" - role: "font" - - role: "font_aur" + - role: "aur_font" - role: "alacritty" - role: "btop" - role: "bluetui" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index daf42834..015bc262 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -75,7 +75,7 @@ - role: "which" - role: "firefox" - role: "font" - - role: "font_aur" + - role: "aur_font" - role: "alacritty" - role: "btop" - role: "bluetui" -- cgit v1.2.3