Commit 787472a2 by Fred Smith

Merge pull request #2474 from edx/derf/only_create_ELB_security_group_when_ELBs_are_defined

only create ELB security group when ELBs are defined
parents f9013602 bfebdba2
...@@ -27,6 +27,7 @@ ...@@ -27,6 +27,7 @@
rules: "{{ elb_security_group.rules }}" rules: "{{ elb_security_group.rules }}"
tags: "{{ elb_security_group.tags }}" tags: "{{ elb_security_group.tags }}"
register: elb_sec_group register: elb_sec_group
when: elbs is defined
tags: tags:
- elb - 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