ansible/lib/ansible
Adrian Likins 05b46091e4 Fix galaxy roles_path cli usage.
If we specify a roles_path from the cli, use a
optparse action callback to make sure the roles_path
is set to a path list.

Fixes #15255
2016-04-02 21:01:13 -04:00
..
cli Fix galaxy roles_path cli usage. 2016-04-02 21:01:13 -04:00
compat Bundle a new version of python-six for compatibility along with some code to make it easy for distributions to override the bunndled copy if they have a new enough version. 2015-10-16 08:21:28 -07:00
config
errors Relocate use of ERROR to display class, to avoid doubling up 2016-01-19 12:10:39 -05:00
executor Make ohai and facter work via module_utils Fact classes rather than in the setup module 2016-03-14 14:53:29 -07:00
galaxy Fix galaxy roles_path cli usage. 2016-04-02 21:01:13 -04:00
inventory added warning for when host file doesn't exist 2016-02-29 16:18:06 -05:00
module_utils Merge pull request #14967 from ansible/facts-subset-and-cleanup 2016-03-15 07:17:58 -07:00
modules Update submodule refs for docs fixes 2016-03-16 11:00:56 -07:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Use to_bytes on filenames in filesystem calls. 2016-03-04 09:08:41 -08:00
playbook Make ohai and facter work via module_utils Fact classes rather than in the setup module 2016-03-14 14:53:29 -07:00
plugins Small cleanup to use class attribute directly instead of property for transport names 2016-03-16 11:22:50 -07:00
template Merge pull request #14504 from bcoca/template_comments 2016-03-06 10:45:18 -05:00
utils Add missing to_bytes on directory path. 2016-03-11 16:55:51 -08:00
vars make sure group_names is always sorted 2016-03-04 13:12:35 -05:00
__init__.py Bump version in devel now that stable-2.0 has been branched 2015-12-02 17:57:53 +05:30
constants.py Make ohai and facter work via module_utils Fact classes rather than in the setup module 2016-03-14 14:53:29 -07:00
test-requirements.txt