Hi,

I have ansible task

- shell: "python task.py"
  register: result
  until: result.stdout.find("in-progress")==-1
  retries: 7
  delay: 20

python module executed remotely on target host.

Where is executed verification on string "in-progress" ? locally where 
playbook code executed or remotely?
If it is executed remotely "ssh" connection will be allocated during whole 
execution...

Thanks,
Dmitriy 

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to