[ansible-project] apt Module does not support "/target_release" option ?

2015-02-23 Thread Xavier Krantz
Hello every body ! In my company we are using Reprepro as a Debian repository manager. This manager doest not allow multiple versions of a same package identified by its name. So we have organized or build promotion workflow using multiple distributions : Demo / Staging / Production / Archive

Re: [ansible-project] Async "Fire and Forget" Issues - Ansible 1.7.1

2014-12-22 Thread Xavier Krantz
statement and adjust their values to have a limit and fail if it was too long to run ? Thanks again for your help ! On Monday, December 22, 2014 3:10:12 PM UTC-8, Adam Miller wrote: > > On Mon, Dec 22, 2014 at 2:02 PM, Xavier Krantz > wrote: > > Hello, > > > > Gist is

Re: [ansible-project] Async "Fire and Forget" Issues - Ansible 1.7.1

2014-12-22 Thread Xavier Krantz
Hello, Gist is here it some body wants to give a look : https://gist.github.com/xakraz/2ec7086d04630b833d23 Thanks again On Monday, December 22, 2014 11:50:19 AM UTC-8, Xavier Krantz wrote: > > No luck ... it still does not work > > > $ pip install Ansible > $ pip list

Re: [ansible-project] Async "Fire and Forget" Issues - Ansible 1.7.1

2014-12-22 Thread Xavier Krantz
+poll: 0 +register: load_graph + + - name: 'Check Loading data Status' +async_status: jiid={{ load_graph.ansible_job_id }} +register: load_graph_result +until: load_graph_result.finished +retries: 60 On Monday, December 22, 2014 10:47:47 AM UTC-8, Xavier Krant

Re: [ansible-project] Async "Fire and Forget" Issues - Ansible 1.7.1

2014-12-22 Thread Xavier Krantz
specify a lifetime of the process, > IIRC - I remember you filing it, all the same :) > > Let us know if you have the same problem in 1.8, regardless. > > > On Fri, Dec 19, 2014 at 4:11 PM, Adam Miller > wrote: > >> On Fri, Dec 19, 2014 at 2:30 PM, Xavier Krantz >

[ansible-project] Async "Fire and Forget" Issues - Ansible 1.7.1

2014-12-19 Thread Xavier Krantz
Hello, I am trying to use the Async capabilities of ansible to "fire and forget" a job and then check it later and wait till its end. I have followed the example mentioned here : http://docs.ansible.com/playbooks_async.html But I am facing an issue and I don't really understand what's happeni