Fix up incorrectly quoted doc example (#79356)

pull/79359/head
Jordan Borean 2 years ago committed by GitHub
parent d72326b6af
commit e7730f5d6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -35,7 +35,7 @@ Use a loop to create exponential backoff for retries/until.
ping:
retries: 10
delay: '{{item|int}}'
loop: '{{ range(1, 10)|map('pow', 2) }}'
loop: '{{ range(1, 10)|map("pow", 2) }}'
.. _keys_from_dict_matching_list:

Loading…
Cancel
Save