mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
Fix typo in rpm_ostree_pkg documentation example (#9999)
Fix typo in rpm_ostree_pkg examples The example showing use of a delay to improve resiliency misspelled 'delay'
This commit is contained in:
parent
a7ab7e9247
commit
216e7dc06b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ EXAMPLES = r"""
|
|||
register: rpm_ostree_pkg
|
||||
until: rpm_ostree_pkg is not failed
|
||||
retries: 10
|
||||
dealy: 30
|
||||
delay: 30
|
||||
"""
|
||||
|
||||
RETURN = r"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue