Commit 975ef6ed by Feanil Patel

Add profile to ec2_acl.

parent 899bdf8f
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
# should have one. # should have one.
- name: create public network acl - name: create public network acl
ec2_acl: ec2_acl:
# profile: "{{ profile }}" profile: "{{ profile }}"
name: "{{ vpc_public_acl.name }}" name: "{{ vpc_public_acl.name }}"
vpc_id: "{{ created_vpc.vpc_id }}" vpc_id: "{{ created_vpc.vpc_id }}"
state: "present" state: "present"
......
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