mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fixed syntax error (#33185)
This commit is contained in:
committed by
John R Barker
parent
3b0ff03547
commit
e4300e8d54
@@ -34,7 +34,7 @@ EXAMPLES = """
|
||||
loop: "{{ lookup('url', 'https://github.com/gremlin.keys', wantlist=True) }}"
|
||||
|
||||
- name: display ip ranges
|
||||
debug: msg="{{ lookup('url', 'https://ip-ranges.amazonaws.com/ip-ranges.json', splitlines=False) }}"
|
||||
debug: msg="{{ lookup('url', 'https://ip-ranges.amazonaws.com/ip-ranges.json', split_lines=False) }}"
|
||||
"""
|
||||
|
||||
RETURN = """
|
||||
|
||||
Reference in New Issue
Block a user