2021/12/28/ansible-setup-with-azure-on-a-new-mac/ #10
Replies: 2 comments 1 reply
-
great post |
Beta Was this translation helpful? Give feedback.
1 reply
-
pip install --user -r https://github.com/ansible-collections/azure/blob/dev/requirements-azure.txt |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
2021/12/28/ansible-setup-with-azure-on-a-new-mac/
Following on from upgrading my Macs to all M1-based ones, I get around to finally needing to use Ansible; typically, I would install Python using PyEnv and then run the following …
It should just work?!?! pipinstall --user ansible pip install --user -r https://github.com/ansible-collections/azure/blob/dev/requirements-azure.txt ansible-galaxy collection install azure.azcollection
… and away we go, but this time I came across a few problems.
https://www.mediaglasses.blog/2021/12/28/ansible-setup-with-azure-on-a-new-mac/
Beta Was this translation helpful? Give feedback.
All reactions