community.general/lib/ansible
Jim Kleckner 46ec238613 Fix #7057 missing False default for vars_prompt
The test for default should be "is not None" since a boolean value of
False is a valid value.

See discussion at:
  https://groups.google.com/forum/#!topic/ansible-project/oc1_zE-FnyI
2014-04-18 12:04:11 -07:00
..
callback_plugins Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
inventory Micro-optimization: replace s.find(x)==0 with s.startswith(x) 2014-03-27 20:35:20 +02:00
module_utils hint to install python-ssl on redhat systems 2014-04-18 00:07:07 +02:00
playbook Refactor play._update_vars_files_for_host to make common functions and easier debugging 2014-04-10 13:43:59 -04:00
runner Try to pass in item to on_skippped callback. 2014-04-16 15:40:07 +01:00
utils Catch traceback caused by permissions errors during a local md5 sum 2014-04-14 12:41:21 -05:00
__init__.py Bump versions on the devel branch (devel branch version is 1.6) 2014-02-28 18:27:16 -05:00
callbacks.py Fix #7057 missing False default for vars_prompt 2014-04-18 12:04:11 -07:00
color.py Merge commit. 2014-03-16 17:08:26 -04:00
constants.py Adding in a configurable option for the accelerate daemon timeout 2014-03-23 14:45:49 -05:00
errors.py Update various copyrights. Not complete, but sufficient. 2014-01-04 13:32:04 -05:00
module_common.py Micro-optimization: replace s.find(x)!=-1 with x in s 2014-03-16 13:10:28 -04:00