- name: Check if database import is complete
async_status:
jid: "{{ output.ansible_job_id }}"
register: job_result
until: job_result.finished
delay: 10
retries: 25920
no_log: true
[image: Screenshot from 2022-03-17 12-07-44.png]

How to hide FAILED - RETRYING logs from async_status

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/e21554bc-5260-4212-81dc-3c3db0abe009n%40googlegroups.com.

Reply via email to