Is anyone aware of how to handle the below exception in the *_command network modules?
-tim
File “/var/folders/jc/9d1188j962931rhqrlm4173w5j5m45/T/ansible_bLe9q4/ansible_modlib.zip/ansible/module_utils/shell.py”, line 226, in connect
File “/var/folders/jc/9d1188j962931rhqrlm4173w5j5m45/T/ansible_bLe9q4/ansible_modlib.zip/ansible/module_utils/shell.py”, line 96, in open
File “/Users/trupp/src/envs/ansible-2.0/lib/python2.7/site-packages/paramiko/client.py”, line 366, in connect
raise BadHostKeyException(hostname, server_key, our_server_key)
paramiko.ssh_exception.BadHostKeyException: (‘localhost’, <paramiko.rsakey.RSAKey object at 0x10daa5990>, <paramiko.rsakey.RSAKey object at 0x10d9fa850>)