-
Notifications
You must be signed in to change notification settings - Fork 2
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
The Ansible process crashed while fetching secrets from the 'infisical' instance. #1
Comments
This is a known issue with running Ansible on macOS, not anything to do with any specific Ansible content. See https://docs.ansible.com/ansible/latest/reference_appendices/faq.html#running-on-macos-as-a-control-node |
I am having a similar issue but It removes these lines
But I still get
I'm trying to debug but I'm a bit of an ansible noob.
|
I've worked around this by not using this collection, and just using the built-in ansible uri module to query the api manually. |
See also ansible/ansible#80109 (comment) |
On a MacBook with an ARM architecture, I can't fetch secrets from the 'infisical' instance.
Example code:
Actual output:
How to fix it
Run this command in the current terminal session:
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
Now it's working:
This issue is reported here because I have never encountered this problem with other Ansible collections.
The text was updated successfully, but these errors were encountered: