async_status: fix example to use finished test (#85066)

Fixes #85048
pull/84452/head
Martin Krizek 7 months ago committed by GitHub
parent 0aa8afbaf4
commit dbf131c07d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -68,7 +68,7 @@ EXAMPLES = r"""
ansible.builtin.async_status:
jid: '{{ dnf_sleeper.ansible_job_id }}'
register: job_result
until: job_result.finished
until: job_result is finished
retries: 100
delay: 10

Loading…
Cancel
Save