1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/lib/ansible
Chris St. Pierre bfd69a7042 Modules: check for list-like choices in arg spec
This makes it possible to use anything other than a list (e.g., a
tuple, or dict.keys() in py3k) for argument_spec choices. It also
improves the error messages if you don't use a list type.
2016-05-26 16:20:31 -05:00
..
cli Make 'required' optional in module docs (#15906) 2016-05-18 16:57:36 -07: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 Making the switch to v2 2015-05-03 21:47:26 -05:00
errors Add options to make includes 'static' 2016-03-24 10:12:51 -04:00
executor Fix the error handling for loop squashing to restore the name argument into the task args 2016-05-21 07:07:26 -07:00
galaxy API now connects to server lazily (#15632) 2016-04-28 23:28:02 -04:00
inventory skip non executable inventory when no shebang (#15969) 2016-05-24 10:25:10 -04:00
module_utils Modules: check for list-like choices in arg spec 2016-05-26 16:20:31 -05:00
modules updated subrefs 2016-05-25 17:29:44 -04:00
new_inventory fix some warning of undefined name. 2015-10-09 12:43:42 +08:00
parsing Catch DistributionNotFound when pycrypto is absent (#15731) 2016-05-19 11:39:34 -07:00
playbook Save and restore the loader's basedir when loading playbooks 2016-05-23 15:04:44 -04:00
plugins re-add the service action plugin (#13001) 2016-05-25 17:14:04 -04:00
template moved last utils.debug to display.debug 2016-04-08 16:00:36 -04:00
utils return friendlier error when failing to make dirs 2016-05-20 09:03:01 -04:00
vars Do not include params when getting role vars in certain situations 2016-05-11 13:17:32 -04:00
__init__.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
constants.py add centrify dzdo escalation (#15219) 2016-04-25 11:24:26 -04:00
release.py Fix ziploader for the cornercase of ansible invoking ansible. 2016-04-29 08:47:49 -07:00
test-requirements.txt Making the switch to v2 2015-05-03 21:47:26 -05:00