I wish I had Python skills. So, I'm no good candidate I'm afraid, although 
a huge contributor to open source otherwise.

Am Donnerstag, 5. Dezember 2013 21:47:25 UTC+1 schrieb Michael DeHaan:
>
> There's always a chance for everything, something you might wish to work 
> on?
>
> -- Michael
>
> On Dec 5, 2013, at 1:28 PM, "Jürgen Haas" <jue...@paragon-es.de<javascript:>> 
> wrote:
>
> Some of my subversion checkout tasks take really long and I do not have to 
> wait for them. So I thought async with no polling would do the job. 
> Unfortunately, the definition of my subversion tasks is in a hash and so I 
> wanted to use with_items but then I learned that those can't be combined.
>
> The task looks like this:
>
> - name: "Install from SVN"
>   subversion: repo='{{item.src}}'
>               dest='{{item.dest}}'
>               force=yes
>   sudo: no
>   async: 6000
>   poll: 0
>   with_items: repositories
>
> And here is the error message:
>
> fatal: [HOST] => lookup plugins (with_*) cannot be used with async tasks
>
> Any chance to get this working or another module which would do the job 
> instead?
>  
> -- 
> 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 ansible-proje...@googlegroups.com <javascript:>.
> 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 ansible-project+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to