Is it possible to use a fact that was set in a include task file in the 
until condition of the loop?
When I try to run the following- the driver_status is never set until after 
this entire task has completed.

- name: Loop until status returns successful
  include: tasks/check_xxx_status.yml
  until: driver_status == 'RUNNING' 
  retries: 10
  delay: 10



Any help appreciated. Thanks!

-- 
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/8b081276-76ea-4fab-8555-e089c96e913a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to