add docs about retry (#58625)
This commit is contained in:
parent
d50c8c2b83
commit
7db2ffcf5e
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue