Hi Guys,
I am trying to run ansible commands in my Managed nodes. But it is showing me the below error.
[root@localhost ~]# ansible all -m package -a "name=firefox state=present"
192.168.0.179 | FAILED! => {
"msg": "to use the 'ssh' connection type with passwords, you must install the sshpass program"
How can I solve this error?