Files
community.general/lib/ansible/modules/cloud
Will Thames 635e3fe9ee [cloud] ec2_vpc_peer should remove peering connections (#20113)
Don't try to create tags on a vpc that you've just removed.

Avoids

```
 "msg": "An error occurred (InvalidParameterValue) when calling the CreateTags operation: You must specify one or more tags to create"
```

Although not quite sure why the `create_tags` was being called
as `module.params.get('tags')` *should* have returned `None`.
2017-02-15 10:21:47 -05:00
..
2017-01-29 07:28:53 +00:00
2017-02-10 15:13:59 -05:00
2017-02-10 15:13:59 -05:00
2017-02-10 15:13:59 -05:00
2017-01-29 07:28:53 +00:00
2017-02-10 15:13:59 -05:00
2017-01-27 17:08:02 -08:00
2017-02-02 11:45:22 -08:00
2017-02-10 15:13:59 -05:00
2017-01-27 17:08:02 -08:00
2017-01-29 07:28:53 +00:00
2017-02-10 15:13:59 -05:00
2016-12-08 11:22:22 -05:00