Details
-
Improvement
-
Status: Done
-
Minor
-
Resolution: Done
-
None
-
None
-
None
Description
The documentation for installing java with brew is outdated and no longer support the given command.
Firstly, When we are setting up the Vagrant on Mojave MacOS, we are getting error for the java installation part.
https://stackoverflow.com/questions/55834845/unable-to-install-java8-with-homebrew
Instead of running
brew cask install caskroom/versions/java8
We have to run,
brew cask install homebrew/cask-versions/adoptopenjdk8
Last but not least, the guide for installing the specified version of ansible is also incorrect.
We should use '==' instead of '=' while specifying the ansible version, i.e.
sudo pip install ansible==2.6.5
Attachments
Issue Links
- links to