fixed syntax error (#33185)

This commit is contained in:
Benjamin Schweizer 2017-11-22 15:00:17 +01:00 committed by John R Barker
parent 3b0ff03547
commit e4300e8d54

View file

@ -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 = """