Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
tremble committed Sep 11, 2021
1 parent ecf4df2 commit e810e8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions plugins/lookup/aws_service_ip_ranges.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
description: 'The AWS region to narrow the ranges to. Examples: us-east-1, eu-west-2, ap-southeast-1'
ipv6_prefixes:
description: 'Return only ipv6 addresses. Option: ipv6_prefixes=True'
version_added: 2.0.0
'''

EXAMPLES = """
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
- name: lookup range with no arguments
set_fact: no_params: "{{ lookup('amazon.aws.aws_service_ip_ranges') }}"
set_fact:
no_params: "{{ lookup('amazon.aws.aws_service_ip_ranges') }}"

- name: assert that we're returned a single string
assert:
Expand Down

0 comments on commit e810e8e

Please sign in to comment.