add docs about retry (#58625)

This commit is contained in:
Martin Nečas 2019-07-03 20:33:22 +02:00 committed by ansibot
parent d50c8c2b83
commit 7db2ffcf5e

View file

@ -232,6 +232,15 @@ EXAMPLES = '''
name: myhost
force: True
# Retry removing host when failed (https://bugzilla.redhat.com/show_bug.cgi?id=1719271)
- ovirt_host:
state: absent
name: myhost
register: result
until: not result.failed
retries: 6
delay: 20
# Change host Name
- ovirt_host:
id: 00000000-0000-0000-0000-000000000000