diff options
Diffstat (limited to 'molecule')
| -rw-r--r-- | molecule/archlinux/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/debian/converge.yml | 1 | ||||
| -rw-r--r-- | molecule/raspberrypi/converge.yml | 3 | ||||
| -rw-r--r-- | molecule/ubuntu/converge.yml | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml index d9b67f8d..10edc00d 100644 --- a/molecule/archlinux/converge.yml +++ b/molecule/archlinux/converge.yml @@ -35,6 +35,7 @@ - role: "gateway" - role: "python" - role: "go" + - role: "rust" - role: "docker" - role: "podman" - role: "ansible" diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml index 83d91214..ee29ae0c 100644 --- a/molecule/debian/converge.yml +++ b/molecule/debian/converge.yml @@ -46,6 +46,7 @@ - role: "gateway" - role: "python" - role: "go" + - role: "rust" - role: "docker" - role: "podman" - role: "ansible" diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml index 36f4bfbe..38cc511e 100644 --- a/molecule/raspberrypi/converge.yml +++ b/molecule/raspberrypi/converge.yml @@ -35,6 +35,9 @@ - role: "password_policy" - role: "locales" - role: "timezone" + - role: "python" + - role: "go" + - role: "rust" - role: "wireguard" - role: "gateway" - role: "nginx" diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml index c04a299b..5a1b0265 100644 --- a/molecule/ubuntu/converge.yml +++ b/molecule/ubuntu/converge.yml @@ -35,6 +35,7 @@ - role: "gateway" - role: "python" - role: "go" + - role: "rust" - role: "docker" - role: "podman" - role: "ansible" |
