Skip to content

Commit

Permalink
symlink not necessary?
Browse files Browse the repository at this point in the history
  • Loading branch information
thetillhoff committed May 25, 2024
1 parent 4a0b4e5 commit db30f30
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions ansible/roles/basic/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
state: present

# Install homebrew
- ansible.builtin.file:
# For some reason, the homebrew install script expects bash under /bin/bash, while ubuntu has it installed under /usr/bin/bash...
src: /usr/bin/bash
dest: /bin/bash
state: link
# - ansible.builtin.file:
# # For some reason, the homebrew install script expects bash under /bin/bash, while ubuntu has it installed under /usr/bin/bash...
# src: /usr/bin/bash
# dest: /bin/bash
# state: link

- block:
- command: bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
Expand Down

0 comments on commit db30f30

Please sign in to comment.