Skip to content

Instantly share code, notes, and snippets.

@arastu
Last active August 18, 2018 12:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arastu/774f8e87ceef63530c7007d4f2ee9b34 to your computer and use it in GitHub Desktop.
Save arastu/774f8e87ceef63530c7007d4f2ee9b34 to your computer and use it in GitHub Desktop.
Fix MacOS(OSX) crash complaining of operation `in progress in another thread when fork() was called` when calling ansible-playbook
alias ansible-playbook="OBJC_DISABLE_INITIALIZE_FORK_SAFETY=YES; ansible-playbook"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment