Compare commits

...

1 Commits

Author SHA1 Message Date
6a001a214b create troubleshoot heading 2024-02-16 10:33:50 -05:00

View File

@ -6,6 +6,9 @@ description: "How to use Infisical for secret management in Ansible"
The documentation for using Infisical to manage secrets in Ansible is currently available [here](https://galaxy.ansible.com/ui/repo/published/infisical/vault/). The documentation for using Infisical to manage secrets in Ansible is currently available [here](https://galaxy.ansible.com/ui/repo/published/infisical/vault/).
## Troubleshoot
<Accordion title="I'm getting a error related to objc[72832]: +[__NSCFConstantString initialize]">
If you get this Python error when you running the lookup plugin:- If you get this Python error when you running the lookup plugin:-
``` ```
@ -18,7 +21,5 @@ You will need to add this to your shell environment or ansible wrapper script:-
``` ```
export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES export OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES
``` ```
</Accordion>
<Info>
Have any questions? Join Infisical's [community Slack](https://infisical.com/slack) for quick support.
</Info>