Basically the "async" keyword in Ansible for very long running stuff.
http://docs.ansible.com/playbooks_async.html The devel branch is pretty darn stable now if you want to try running an early copy (actually it usually is, but we may get more into refactoring/overhaul in the future, but that usually happens earlier in a release) On Wed, Feb 26, 2014 at 7:54 PM, i iordanov <[email protected]> wrote: > Hi Michael, > > > On Wednesday, February 26, 2014 7:49:04 PM UTC-5, Michael DeHaan wrote: >> >> >> 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. >> > > I have a bunch of copies and a few of them are recursive indeed. > > >> >> 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. >> > > Can you give me an example of an asynchronous task? I have a bunch of > notify's that get handled with separate handlers, but that's about it. > > Cheers! > iordan > > -- > 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/eb4239c8-398a-443e-a74e-86413615ba69%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/CAEVJ8QMpah62Cv3%2BKRRd%2B%3Dn8uJL0aO%2BLYiHkN1B_pQTiVqeKQQ%40mail.gmail.com. For more options, visit https://groups.google.com/groups/opt_out.
