diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:06:37 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-03 21:06:37 +0100 |
| commit | 829954c016fdc790dce8801308c7d7468861f0c9 (patch) | |
| tree | c683d95bd33193ca4768e158782af51d94654ada /molecule | |
| parent | 774345622ce556ad82fb274e483102bad2016d65 (diff) | |
Add zoxide role to playbooks
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux-gnome/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/molecule/archlinux-gnome/converge.yml b/molecule/archlinux-gnome/converge.yml index d13451c6..7c1a74e0 100644 --- a/molecule/archlinux-gnome/converge.yml +++ b/molecule/archlinux-gnome/converge.yml @@ -63,6 +63,7 @@ - role: "python" - role: "go" - role: "rust" + - role: "zoxide" - role: "docker" - role: "podman" - role: "ansible" diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index 6eef68bf..2183dd80 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -63,6 +63,7 @@ - role: "python" - role: "go" - role: "rust" + - role: "zoxide" - role: "docker" - role: "podman" - role: "ansible" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 4e08cac7..b790a9c2 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -73,6 +73,7 @@ - role: "python" - role: "go" - role: "rust" + - role: "zoxide" - role: "docker" - role: "podman" - role: "ansible" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index da683edc..294c6a9e 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -69,6 +69,7 @@ - role: "python" - role: "go" - role: "rust" + - role: "zoxide" - role: "wireguard" - role: "gateway" - role: "nginx" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index 7af37d38..5286d675 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -62,6 +62,7 @@ - role: "python" - role: "go" - role: "rust" + - role: "zoxide" - role: "docker" - role: "podman" - role: "ansible" |
