Ansible 1.4.4 is somewhat out of date at this point, the most recent update is 1.7.1 and is important that you upgrade since it contains a few security fixes. You'll also be missing a lot of fixes/improvements, modules, and options.
If you have a problem in 1.7.1, do let us know! 2014-08-22 7:40 GMT-04:00 John Bond <[email protected]>: > Just adding a comment for the archives > > I just ran into this problem using ansible 1.4.4 from cron. I fixed the > issues by running my cron job with > > USER=username /usr/bin/ansible ..... > > it might be better to use > > import getpass > .... > user_host_file = os.path.expandvars("~{}/.ssh/known_hosts".format( > getpass.getuser())) > > although looking at trunk i think the current version would now work from > cron > > -- > 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]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/ansible-project/4f288b81-3ba0-4cf2-871e-d3485e08ffdb%40googlegroups.com > <https://groups.google.com/d/msgid/ansible-project/4f288b81-3ba0-4cf2-871e-d3485e08ffdb%40googlegroups.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/ansible-project/CA%2BnsWgyUyO5-p9dykXsXjDg%2Bue6ZJAwoEZ0NvKbLstgjBh0xTw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
