Commit e84c3a4a by Feanil Patel

Update to latest version of ec2_group.

parent baadf3e3
......@@ -17,7 +17,7 @@
policies: "{{ role_policies }}"
- name: Manage ELB security group
ec2_group_devel:
ec2_group:
profile: "{{ profile }}"
description: "{{ elb_security_group.description }}"
name: "{{ elb_security_group.name }}"
......@@ -28,7 +28,7 @@
register: elb_sec_group
- name: Manage service security group
ec2_group_devel:
ec2_group:
profile: "{{ profile }}"
description: "{{ service_security_group.description }}"
name: "{{ service_security_group.name }}"
......
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