Hi,
 
   I've been using Ansible for 5 months now and I must say I love it. My 
life is much more easier now! Well, I have a question for you, there is 
chance to apply a delay to the following task without using "do-until"?:

  - name: stop running processes
    uri: url="http://{{ api_ip }}/target/stop/{{ item }}"
         method=POST
    with_items: processes.running
    connection: local


 Looking in the doc of Loops I could found the "delay" argument that 
do-until has. Is there something I'm missing here? 

Thank you, regards, Guido.-

-- 
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.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/57e81743-cb37-44b0-928c-b65c2255ab16%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to