Commit ba5fa06a by Feanil Patel

Update acl comment to be more clear.

parent aa56b4ee
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
wait: yes wait: yes
register: created_vpc register: created_vpc
# A public network acl is created # A default network acl is created when a vpc is created so each VPC
# when a vpc is created so each VPC # should have one but we create one here that allows access to the
# should have one. # outside world using the internet gateway.
- name: create public network acl - name: create public network acl
ec2_acl: ec2_acl:
profile: "{{ profile }}" profile: "{{ profile }}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment