Last active
August 18, 2018 12:04
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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