community.general/lib/ansible
Alex Lo ac74520b6f ec2_group: description property is immutable (#19790)
* update integration tests for updated boto exception message

* integration tests fail on both "test credential" test cases

exception bubbles out of module.  instead catch and wrap

* ec2_group does not support updating a security group's description

AWS security group descriptions are immutable.
if ec2_group finds a group that matches by name, but the descriptions do not match, the module does not support this case
previously it would check if the group was used, but would not do anything if it was

old behavior was erroneous because it could make a user expect that the description change of a group was fine when in fact it did not occur
also, it made an expensive check against all ec2 instances for no good reason

* comments not doc strings

* else must have pass w/o doc-string statement

* Catch specific BotoServerException, give context around error when fetching SGs

* python3 compatible exception blocks

* add traceback to fail_json

* two blank lines before first function
2017-03-26 09:33:29 -04:00
..
cli Update vault.py 2017-03-24 15:52:36 -04:00
compat Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
config Making the switch to v2 2015-05-03 21:47:26 -05:00
errors E501 fixes (#22879) 2017-03-22 20:50:28 -05:00
executor fix Windows env handling (#22927) 2017-03-23 17:48:15 -07:00
galaxy Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
inventory Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
module_utils roll up of fixes for sros modules (#22972) 2017-03-25 10:35:15 -04:00
modules ec2_group: description property is immutable (#19790) 2017-03-26 09:33:29 -04:00
parsing let user control "auto-de-vault" (#22739) 2017-03-24 15:39:25 -04:00
playbook Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
plugins roll up of fixes for sros modules (#22972) 2017-03-25 10:35:15 -04:00
template Windows: Use the correct newline sequence for the platform (#21846) 2017-03-23 19:47:10 -07:00
utils Fix a few problems with the metadata extraction for docs (#22963) 2017-03-24 21:18:48 -07:00
vars Update module_utils.six to latest (#22855) 2017-03-23 13:35:05 -07:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py roll up of fixes for sros modules (#22972) 2017-03-25 10:35:15 -04:00
release.py Bumping devel version to 2.4.0 2017-03-15 09:42:01 -05:00