ansible/lib/ansible
Eric Brown 9c2c2f1534 ios_facts: consistently use type of string not str (#35104)
The return documentation for ios_facts used an inconsistent mix
of str and string to denote a string data type.

This patch modifies all to be "string".
2018-01-31 09:28:38 -05:00
..
cli Module deprecation: docs, scheme and tests (#34100) 2018-01-30 12:23:52 +00:00
compat
config spelling (#35258) 2018-01-24 11:36:40 +00:00
errors Make AnsibleActionDone a private exception 2018-01-22 23:36:34 -08:00
executor Recursively remove args with omit as as their value, to match suboptions in argument_spec (#35299) 2018-01-26 11:07:04 -06:00
galaxy galaxy remove incorrect check for role path before extraction (#35259) 2018-01-30 10:40:25 -06:00
inventory add inventory caching & use in virtualbox inventory plugin (#34510) 2018-01-22 19:33:14 -05:00
module_utils New module: keycloak_clienttemplate (#33419) 2018-01-31 13:12:53 +00:00
modules ios_facts: consistently use type of string not str (#35104) 2018-01-31 09:28:38 -05:00
parsing Guard against assignments that are not ast.Name in docs parsing (#35513) 2018-01-30 12:56:16 -06:00
playbook FIX: multiple nested tasks include levels (#35165) 2018-01-31 07:35:06 -06:00
plugins Handle multiple sub prompts for network_cli connection (#35361) 2018-01-31 18:33:23 +05:30
template Clarify lookup plugin TypeError recovery 2018-01-30 07:21:36 -08:00
utils New module: keycloak_clienttemplate (#33419) 2018-01-31 13:12:53 +00:00
vars Don't skip an inventory source just because it has a comma (#35002) 2018-01-24 09:44:55 -06:00
__init__.py
constants.py Move module_set_locale and module_lang back to global 2018-01-22 18:38:15 -08:00
release.py