Was just going to ask what version and you beat me to it :) There was a problem with the copy module not removing tempfiles that was recently fixed (Feb 4), though we haven't included this in a release -- Ansible 1.5 is slated to be released by the end of this month.
The above problem with copy, I believe, is more likely to happen with recursive file copies. Do you have any async tasks? Async can leave behind tempfiles as well and usually requires a bit of manual cleanup. There used to be a ticket to this effect though I'm not familiar with current status. On Wed, Feb 26, 2014 at 7:48 PM, i iordanov <[email protected]> wrote: > For the record, I'm using Ansible 1.4.5 built with "make deb" after a "git > checkout v1.4.5" in the repository. > > -- > 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/a7d63359-b011-4c8a-aaa6-b364692a280a%40googlegroups.com > . > > For more options, visit https://groups.google.com/groups/opt_out. > -- 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/CAEVJ8QOwVOfic0PU-a%3D7rP-GP7XhiJSSMT2eZOFNY1%2BBp03MkQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
