You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Seems silly to do all this work when it's not really necessary for Ansible to function properly (AFAICT):
TASK [Ensure Ansible downloads directory exists.] ******************************
changed: [127.0.0.1]
TASK [Ensure /etc/ansible directory exists.] ***********************************
changed: [127.0.0.1]
TASK [Symlink /usr/local/etc/ansible to /etc/ansible.] *************************
fatal: [127.0.0.1]: FAILED! => changed=false
msg: 'Error while linking: [Errno 2] No such file or directory'
path: /usr/local/etc/ansible
The problem is /usr/local is not used on M1 Macs since Homebrew installs to /opt/homebrew by default there. But it doesn't matter anyways because the only reason for that symlink is if you set up Ansible differently, using a Homebred-provided Python version, and if you do that, then it's up to you to make the necessary changes.
The text was updated successfully, but these errors were encountered:
* 'master' of github.com:geerlingguy/mac-dev-playbook: (63 commits)
Close windows when empty. Please.
Fixesgeerlingguy#127: Replace Sequel Pro with Sequel Ace.
update link to ChromeDriver (geerlingguy#128)
Don't create a new window at startup on Mac in Sublime Text.
Fixesgeerlingguy#119: Remove extraneous Ansible setup tasks.
Tweak one direction in install instructions [skip ci].
Another tweak to the initial install instructions.
Make first-time setup instructions slightly more succint. And correct.
Fix CI for new collections-based world.
Fixesgeerlingguy#116: Switch from roles and dock tasks to geerlingguy.mac collection.
Automate Sublime Text configuration (geerlingguy#117)
Add /opt/homebrew/bin to example PATH in install instructions.
After merging geerlingguy#107, can drop -i inventory.
Update tasks/terminal.yml
remove remove double double code code
cleanup reuirements on request
cleanup persoal crud
cleanup persoal crud
cleanup persoal crud
Fix formatting from previous commit.
...
fabiogomezdiaz
pushed a commit
to fabiogomezdiaz/mac-dev-playbook
that referenced
this issue
Mar 7, 2022
Seems silly to do all this work when it's not really necessary for Ansible to function properly (AFAICT):
The problem is
/usr/local
is not used on M1 Macs since Homebrew installs to/opt/homebrew
by default there. But it doesn't matter anyways because the only reason for that symlink is if you set up Ansible differently, using a Homebred-provided Python version, and if you do that, then it's up to you to make the necessary changes.The text was updated successfully, but these errors were encountered: