ansible-collection-mac
ansible-collection-mac copied to clipboard
Issues possibly with folder permissions
Ran into an issue recently with the brew == 4.1.0 After using this role once, Tried to do brew update but was blocked due to lack of permissions to /opt/homebrew . Next tried sudo brew update and it throws an error that homebrew doesn't support sudo anymore.
Is this an issue with the role, updated homebrew, or am I doing something wrong?
Think I sorted out my issues, maybe. it's the root reports brew as 4.1.0 but local user is 4.2,x.
So part of my issue was I made a mistake and ran the homebrew role as root
Managed recover access to homebrew with sudo chown -R $(whoami) /opt/homebrew
Anyone know if that's all I need to worry about or did I screw up more?