ansible/lib/ansible
Sean Summers f8fa772a55 ec2_ami_find: set is_public to 'true' or 'false' (#19250)
* set is_public 'true' or 'false'

Despite being a boolean property, https://github.com/melta/boto/blob/master/boto/ec2/image.py:63 sets is_public = True only if the argument is passed in as the string 'true'. Likewise for False/'false'.

This is a workaround for that bug in boto2, to allow the documented parameter to work with valid yaml values.

fixes #5600

* only set is_public if true
2016-12-30 10:28:13 -05:00
..
cli Correctly set loader path when using list tags/tasks 2016-12-21 21:01:02 -06:00
compat
config
errors adds feature to all modules to be run locally (#18763) 2016-12-15 15:47:29 -05:00
executor Template "original_task" fields in _process_pending_results 2016-12-21 10:09:06 -06:00
galaxy
inventory warn when examined group_vars is not dir 2016-12-22 12:39:31 -05:00
module_utils Adding auth support for google-api-python-client and gcloud-python (#19090) 2016-12-29 12:33:52 -05:00
modules ec2_ami_find: set is_public to 'true' or 'false' (#19250) 2016-12-30 10:28:13 -05:00
parsing adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00
playbook still needs static for task object 2016-12-16 23:52:11 -05:00
plugins fix multiple handler notifications (#19655) 2016-12-22 21:33:24 -08:00
template Wrap unhandled errors from lookups in an AnsibleError 2016-12-21 11:48:18 -06:00
utils Handle color on multiple line in a cleaner way 2016-12-22 16:01:29 -08:00
vars Display proper error on group_vars syntax error 2016-12-16 21:13:41 -05:00
__init__.py
constants.py adds new module net_command for network devices (#19468) 2016-12-19 11:21:37 -05:00
release.py
test-requirements.txt