summaryrefslogtreecommitdiff
path: root/lib/ansible/modules/cloud/amazon/ec2_vpc_net.py
Commit message (Expand)AuthorAgeFilesLines
* Fix invocations of module.fail_json with no msg=Kamil Cholewiński2017-03-071-1/+1
* Removing cmp from ec2_vpc_net.py to be compatible with Python3 (#21202)s-hertel2017-02-101-1/+1
* fixed multi_ok(multi) usage in vpc_exists functionPau Rodriguez2017-02-021-5/+6
* PEP 8 indent cleanup. (#20800)Matt Clay2017-01-291-10/+10
* Resolving differences in core modules post-mergeJames Cammarata2016-12-081-1/+3
* Refreshed metadata for core modulesToshio Kuratomi2016-12-081-0/+4
* Bulk spelling improvement to modules-core (#5225)John R Barker2016-12-081-1/+1
* Check mode fixes for ec2_vpc_net module (#2179)Shawn Siefkas2016-12-081-12/+21
* Fixing error exception handling for python3. Does not need to be compa… (#3...@2016-12-081-9/+9
* Don't raise or catch StandardError in amazon modulesToshio Kuratomi2016-12-081-26/+23
* Added 'resource_tags' aliaswhiter2016-12-081-1/+2
* Fixed dicts comparison for tagswhiter2016-12-081-1/+1
* ec2_vpc_net refactorwhiter2016-12-081-187/+137
* new vpc module. does not contain subnet or route table functionality.Jonathan Davila2016-12-081-0/+344