Fix typo in task name (#76642)

pull/76645/head
darran-c 3 years ago committed by GitHub
parent aa4f23dc97
commit fdf12542b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -31,7 +31,7 @@ Use a loop to create exponential backoff for retries/until.
.. code-block:: yaml
- name: retry ping 10 times with exponential backup delay
- name: retry ping 10 times with exponential backoff delay
ping:
retries: 10
delay: '{{item|int}}'

Loading…
Cancel
Save