Created
February 23, 2017 16:25
-
-
Save akatch/cdc96771e608af7ea73fe3c6fb994682 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
- name: Gather VPC subnet facts | |
ec2_vpc_subnet_facts: | |
filters: | |
tag:Environment='{{ Environment }}' | |
check_mode: no | |
register: vpc_subnet_facts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment