On Wed, 16 Mar 2022 23:40:57 -0700 (PDT)
Dip Giri <[email protected]> wrote:

> How to hide FAILED - RETRYING logs from async_status

Use callback community.general.diy. For example

    - async_status:
        jid: "{{ output.ansible_job_id }}"
      register: job_result
      until: job_result.finished
      delay: 10
      retries: 25920
      vars:
        ansible_callback_diy_runner_retry_msg: ""

To see details run

    shell> ansible-doc -t callback community.general.diy

-- 
Vladimir Botka

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/20220317121959.01ddb676%40gmail.com.

Attachment: pgpH5NOUuEZKw.pgp
Description: OpenPGP digital signature

Reply via email to