diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 21:46:58 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 21:54:25 +0100 |
| commit | f2232d636bae4eed0dbdda8e2314b91a489d4878 (patch) | |
| tree | 3d67d741558928a1302d80a78b79e576ad838f93 /molecule | |
| parent | 03f0e7c569c828e1ef314528d8e4f1a3909974b0 (diff) | |
Fix font role
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 2 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 2 |
5 files changed, 5 insertions, 5 deletions
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" |
