fixed syntax error (#33185)

pull/30964/merge
Benjamin Schweizer 7 years ago 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 = """

Loading…
Cancel
Save