What version of Ansible are you using? Also, what connection type is being used (did you specify -c ssh or -c paramiko? If not, what's your OS you are running Ansible from?)
Can you show your current user id from bash and also "ls -l" on the known_hosts file? On Sun, Jan 26, 2014 at 8:14 AM, Ilya <[email protected]> wrote: > I get 2-4 "previous known host file not found" warning on each task > execution. > Like > TASK: [configure .bashrc for me] > ******************************************** > previous known host file not found > previous known host file not found > previous known host file not found > previous known host file not found > ok: [test1] > Naturally, ~/.ssh/known_hosts exists and is readable. > I think it happened at some point but for the life of me I can't find any > related configuration option. Just how do I fix it? > > -- > You received this message because you are subscribed to the Google Groups > "Ansible Project" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > -- Michael DeHaan <[email protected]> CTO, AnsibleWorks, Inc. http://www.ansibleworks.com/ -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
