Skip to content

Commit df77c27

Browse files
fix pyenv on mac, add coreutils to bootstrap (#33)
Co-authored-by: Dave <dave.benedic@insight.com>
1 parent 51c236c commit df77c27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

roles/bootstrap/tasks/darwin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@
5454

5555
- shell: cd /usr/local/src && curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C /usr/local/homebrew
5656

57+
- shell: sudo chown -R $(whoami) /usr/local/share/man/man8
58+
5759
- name: check if man8 file exists
5860
stat:
5961
path: /usr/local/share/man/man8

0 commit comments

Comments
 (0)