[ansible-project] Re: ec2_group does not honour empty 'rules_egress:'

2015-08-14 Thread Chris Busbey
Hi Barry, I am seeing the same issue with v1.9.2. The stable-1.9 branch does not have the code snippet you pasted earlier. I believe you are referencing code in the devel branch. Here is the code in stable-1.9:

[ansible-project] Re: ec2_group does not honour empty 'rules_egress:'

2015-05-24 Thread Barry Kaplan
Hmm. That sure did not work for me. I will have to try this some more and see what I was doing wrong. Thanks Abey. -- You received this message because you are subscribed to the Google Groups Ansible Project group. To unsubscribe from this group and stop receiving emails from it, send an email

[ansible-project] Re: ec2_group does not honour empty 'rules_egress:'

2015-05-22 Thread Abey Thomas
Hi Barry, works for me if purge_rules and purge_rules_egress is true. - name: Declare api-service ELB security group ec2_group: name: {{env_prefix}}api-service-elb description: API Service ELB security group vpc_id: {{ec2_vpc_id}} state: present

[ansible-project] Re: ec2_group does not honour empty 'rules_egress:'

2015-05-12 Thread Barry Kaplan
This http://stackoverflow.com/questions/1725517/how-to-check-if-a-list-is-empty-in-python seems to imply that the using 'is not None' will not work for an empty list. Is this a bug? -- You received this message because you are subscribed to the Google Groups Ansible Project group. To