diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:24:55 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-23 15:24:55 +0100 |
| commit | 182143187b37378b8f70b1d484b6a0ee7b6704b1 (patch) | |
| tree | e8e55634aeecff10e67141c5d20b5d438e68c80a /molecule | |
| parent | d594dbfdb2ed89b589db6dd81ec13f89723f9f06 (diff) | |
Fix role name
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 2 |
2 files changed, 2 insertions, 2 deletions
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" |
