summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-12-10 15:14:15 +0100
committerAhmed AbdelHalim <[email protected]>2025-12-10 15:14:15 +0100
commita11e2c2993d0123a7520b067546718129fc5d411 (patch)
tree20a9c27a62e525f7dccf3829475523ccb7594eb0 /molecule
parenta089ff4c071dee13d030ac7a4ede1ee81d52fd5f (diff)
Add jq CLI to all installs
Diffstat (limited to 'molecule')
-rw-r--r--molecule/archlinux/converge.yml1
-rw-r--r--molecule/debian/converge.yml1
-rw-r--r--molecule/raspberrypi/converge.yml1
-rw-r--r--molecule/ubuntu/converge.yml1
4 files changed, 4 insertions, 0 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml
index dc4bd3c3..13002b5f 100644
--- a/molecule/archlinux/converge.yml
+++ b/molecule/archlinux/converge.yml
@@ -31,6 +31,7 @@
- role: "password_policy"
- role: "locales"
- role: "timezone"
+ - role: "jq"
- role: "yay"
- role: "wireguard"
- role: "gateway"
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml
index ee29ae0c..d20932fc 100644
--- a/molecule/debian/converge.yml
+++ b/molecule/debian/converge.yml
@@ -42,6 +42,7 @@
- role: "password_policy"
- role: "locales"
- role: "timezone"
+ - role: "jq"
- role: "wireguard"
- role: "gateway"
- role: "python"
diff --git a/molecule/raspberrypi/converge.yml b/molecule/raspberrypi/converge.yml
index 38cc511e..0cbd9f6d 100644
--- a/molecule/raspberrypi/converge.yml
+++ b/molecule/raspberrypi/converge.yml
@@ -35,6 +35,7 @@
- role: "password_policy"
- role: "locales"
- role: "timezone"
+ - role: "jq"
- role: "python"
- role: "go"
- role: "rust"
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml
index 5a1b0265..73f8268a 100644
--- a/molecule/ubuntu/converge.yml
+++ b/molecule/ubuntu/converge.yml
@@ -31,6 +31,7 @@
- role: "password_policy"
- role: "locales"
- role: "timezone"
+ - role: "jq"
- role: "wireguard"
- role: "gateway"
- role: "python"