fixed syntax error (#33185)
This commit is contained in:
parent
3b0ff03547
commit
e4300e8d54
1 changed files with 1 additions and 1 deletions
|
@ -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 = """
|
||||
|
|
Loading…
Reference in a new issue