mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
improve example for module ec2_vpc_subnet_facts (#3511)
This commit is contained in:
@@ -70,6 +70,7 @@ EXAMPLES = '''
|
||||
- publicA
|
||||
- publicB
|
||||
- publicC
|
||||
register: subnet_facts
|
||||
|
||||
- set_fact:
|
||||
subnet_ids: "{{ subnet_facts.results|map(attribute='subnets.0.id')|list }}"
|
||||
|
||||
Reference in New Issue
Block a user