Last active
February 6, 2021 14:43
-
-
Save kenzo0107/b18a2d0c616891443474f8d74c82650e to your computer and use it in GitHub Desktop.
This file contains 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
$ sw_vers | |
ProductName: Mac OS X | |
ProductVersion: 10.15.6 | |
BuildVersion: 19G2021 | |
``` | |
$ ansible all -m ping | |
FAILED! => {"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"} | |
``` | |
// OK | |
brew install hudochenkov/sshpass/sshpass | |
// error occured | |
brew install sshpass | |
brew install https://raw.githubusercontent.com/kadwanev/bigboybrew/master/Library/Formula/sshpass.rb |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment