summaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-10-19 22:07:34 +0200
committerAhmed AbdelHalim <[email protected]>2025-10-20 00:12:22 +0200
commit36286778ec84f54217e48c74685d42435aec3453 (patch)
tree25070549a6d51d3f739a909798882039a9aac326 /molecule
parent69b975c44de92a640e943f15ad6ff879ea8ea681 (diff)
Remove homebrew for linux as it's not that useful
The roles sometimes fail to install, and on linux it cannot be used with casks which is defeating the purpose of having it to manage apps and packages
Diffstat (limited to 'molecule')
-rw-r--r--molecule/archlinux/converge.yml1
-rw-r--r--molecule/debian/converge.yml1
-rw-r--r--molecule/ubuntu/converge.yml1
3 files changed, 0 insertions, 3 deletions
diff --git a/molecule/archlinux/converge.yml b/molecule/archlinux/converge.yml
index 2e810013..15573ad5 100644
--- a/molecule/archlinux/converge.yml
+++ b/molecule/archlinux/converge.yml
@@ -27,7 +27,6 @@
- role: "timezone"
- role: "wireguard"
- role: "gateway"
- - role: "homebrew"
- role: "python"
- role: "go"
- role: "docker"
diff --git a/molecule/debian/converge.yml b/molecule/debian/converge.yml
index c92b57be..0ff7daa1 100644
--- a/molecule/debian/converge.yml
+++ b/molecule/debian/converge.yml
@@ -38,7 +38,6 @@
- role: "timezone"
- role: "wireguard"
- role: "gateway"
- - role: "homebrew"
- role: "python"
- role: "go"
- role: "docker"
diff --git a/molecule/ubuntu/converge.yml b/molecule/ubuntu/converge.yml
index 0ee35653..3412e04c 100644
--- a/molecule/ubuntu/converge.yml
+++ b/molecule/ubuntu/converge.yml
@@ -27,7 +27,6 @@
- role: "timezone"
- role: "wireguard"
- role: "gateway"
- - role: "homebrew"
- role: "python"
- role: "go"
- role: "docker"