-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails during homebrew steps on mac os x 10.13.6 #1
Comments
@Kollerb04 Can you confirm the following:
Based on your StackOverflow post I believe the exception is throw here on line 1256 |
1.yes |
@Kollerb04 I want to see if this is an Ansible related issue or system level issue. Also let's get the verbose output. Use |
@Kollerb04 I see that looks like permissions on the machines. As mentioned by @mababio let's try to reproduce this manually see if that's Ansible or permissions in the host machine. We can update this role accordingly. |
Running
ansible-playbook myplaybook.yml -i myinventory -u myuser -k --ask-sudo-pass
At the step
`- name: Ensure Homebrew parent directory has correct permissions.
file:
path: "{{ homebrew_prefix }}"
owner: root
group: admin
state: directory
mode: 0775
become: yes
Returned with
Ensure Homebrew parent directory has correct permissions.] ****************************************fatal: [myhost]: FAILED! => {"changed": false, "gid": 0, "group": "wheel", "mode": "0755", "msg": "chgrp failed", "owner": "root", "path": "/usr/local", "size": 608, "state": "directory", "uid": 0}`
The text was updated successfully, but these errors were encountered: