ansible/lib/ansible
David Moreau Simard 828e33f419 Do not consider an empty version string as a version (#41044)
When using an empty string as the version argument, the module would
before attempt to run something akin to:

    pip install module==""

This changes the behavior to:

    pip install module

Fixes #41043
2018-06-06 09:52:43 +02:00
..
cli Minor typos in galaxy cli (#41083) 2018-06-06 08:39:55 +02:00
compat Enable wildcard import pylint (#35786) 2018-02-06 15:17:49 -08:00
config Introduce inventory.any_unparsed_is_failed configuration setting (#41171) 2018-06-06 09:28:58 +05:30
errors give hint to users when a file is not found 2018-04-10 17:19:03 -04:00
executor Honor ignore_errors when invoking the debugger, add config to disable this behavior (#39868) 2018-05-31 11:14:26 -04:00
galaxy Allow the galaxy client to fetch from a url in role version data (#39396) 2018-04-30 15:47:43 -05:00
inventory Introduce inventory.any_unparsed_is_failed configuration setting (#41171) 2018-06-06 09:28:58 +05:30
module_utils Refactor ios cliconf plugin and ios_config module (#39695) 2018-06-06 11:12:45 +05:30
modules Do not consider an empty version string as a version (#41044) 2018-06-06 09:52:43 +02:00
parsing Fix flag in debug message (#40753) 2018-06-01 13:48:22 -04:00
playbook Support 'apply' to apply attributes to included tasks - Impl 1 (#39236) 2018-05-31 12:08:38 -05:00
plugins Refactor ios cliconf plugin and ios_config module (#39695) 2018-06-06 11:12:45 +05:30
template Allow config to enable native jinja types (#32738) 2018-05-31 10:38:29 +02:00
utils Make admin_users only contain root and toor because admin is used for non-privileged accounts 2018-06-05 17:01:40 -07:00
vars minimize loading files/plugins 2018-04-10 17:22:31 -04:00
__init__.py
constants.py adds ansible-doc JSON plugin data dump 2018-06-04 17:20:33 -07:00
release.py update 2.7 codename 2018-05-31 15:46:07 -07:00