community.general/lib/ansible/modules
Will Thames 7ae4027c58 Improve ec2_vpc_subnet check mode (#23108)
check_mode should behave pretty similarly to non-check mode -
just don't actually create or delete subnets or change tags.

Using DryRun for check_mode behaves very differently and results
in the following module failure:

```
"msg": "Unable to update tags for subnet-abcd1234,
error: EC2ResponseError: 412 Precondition Failed
<?xml version=\"1.0\" encoding=\"UTF-8\"?>
<Response><Errors><Error><Code>DryRunOperation</Code>
<Message>Request would have succeeded, but DryRun flag
is set.</Message></Error></Errors>
<RequestID>12345678-abcd-1234-abcd-abcd1234abcd</RequestID></Response>"
```
2017-06-30 08:04:48 -04:00
..
cloud Improve ec2_vpc_subnet check mode (#23108) 2017-06-30 08:04:48 -04:00
clustering Consul: make service_port optional in service definition, like specified in Consul docs (#21737) 2017-06-19 19:29:40 +01:00
commands Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
crypto Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
database Return exception as string 2017-06-12 11:26:54 -04:00
files Corrected the examples in find module to make sure the commands are accurate to what is being described. 2017-06-28 18:17:22 -04:00
identity Fixed modules using Popen (#24558) 2017-06-22 05:22:34 -07:00
inventory Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
messaging fix false positive changed flag in rabbitmq_user module (#22507) 2017-06-19 05:10:23 -04:00
monitoring Fix spelling mistakes (comments only) (#25564) 2017-06-12 07:55:19 +01:00
net_tools Mutually reference Windows and non-Windows modules (#25482) 2017-06-26 16:26:53 +01:00
network Fix nxos_acl module and add IT tests (#25966) 2017-06-29 14:55:08 -04:00
notification Correct failure message in flowdock (#25844) 2017-06-19 17:08:08 +01:00
packaging composer: add param for custom PHP Executable path (#26107) 2017-06-29 23:08:30 +02:00
remote_management Add missing __init__.py for modules. 2017-06-22 11:41:53 -07:00
source_control In the git module let ssh do its own host checking 2017-06-26 10:45:19 -07:00
storage Initial commit for Pure Storage Ansible module (#25386) 2017-06-16 11:28:50 +01:00
system parted: Add missing LC_TYPE override for env vars (#26242) 2017-06-29 15:55:03 +02:00
utilities Clarify docs for set_stats module (#26250) 2017-06-29 13:29:12 -07:00
web_infrastructure letsencrypt: FIX CN parsing to work with OpenSSL 1.1 (#25935) 2017-06-28 07:39:53 +02:00
windows fix win_updates failure with dict-typed args (#26208) 2017-06-28 16:36:53 -07:00
__init__.py Re-adding the init py for modules 2016-12-08 11:35:20 -05:00