summaryrefslogtreecommitdiffstats
path: root/roles/go/tasks
diff options
context:
space:
mode:
authorAhmed AbdelHalim <[email protected]>2025-09-02 22:45:38 +0200
committerAhmed AbdelHalim <[email protected]>2025-09-02 23:09:30 +0200
commitbffb91cd442b42a30ce47c8bfcefbaae029331fc (patch)
tree9fff273e850a85775f30c46dc8835e406275ca0b /roles/go/tasks
parent95a925f7b32f05487848258de56a7acb1ee99705 (diff)
Add bash as a role and use it in role dependencies when bash is needed
Diffstat (limited to 'roles/go/tasks')
-rw-r--r--roles/go/tasks/main.yml6
1 files changed, 0 insertions, 6 deletions
diff --git a/roles/go/tasks/main.yml b/roles/go/tasks/main.yml
index 73f065f3..99b00be1 100644
--- a/roles/go/tasks/main.yml
+++ b/roles/go/tasks/main.yml
@@ -1,10 +1,4 @@
---
-- name: "Ensure bash is installed"
- become: true
- ansible.builtin.package:
- name: "bash"
- state: "present"
-
- name: "Add Go to shell profile"
ansible.builtin.blockinfile:
path: "{{ ansible_env.HOME }}/.bashrc"