Commit bfebdba2 by Fred Smith

only create ELB security group when ELBs are defined

parent 40e4ac57
......@@ -27,6 +27,7 @@
rules: "{{ elb_security_group.rules }}"
tags: "{{ elb_security_group.tags }}"
register: elb_sec_group
when: elbs is defined
tags:
- elb
......
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