ansible/lib/ansible
Brian Coca b2381cfac9 fixes to ansible-doc (#47209)
* Adoc fixes (#47137)
* removed hardcoded loader/plugins list
* updated a few errors to keep orig object
* fix httpapi/cliconf listing
* ansible-doc fixes
* show undocumented as UNDOCUMENTEd
* added missing undoc

(cherry picked from commit fce9673ac1)

* An earlier optimization of ansible-doc -l caused failures. (#47012)
The optimization quickly searches the plugin code for short_description
fields and then uses that in the -l output.  The searching was a bit too
naive and ended up pulling out malformed yaml.  This caused those
plugins to be omitted from the list of plugins of that type with
a warning that their documentation strings were wrong.

This change makes the documentation parser aware that the documentation
string could have a relative indent for all of its fields which makes it
robust in the face of this particular problem.

* Don't search for space after short_description:

Any whitespace would be valid.  In particular newline

(cherry picked from commit 61ae6424a3)
2018-10-17 11:40:02 -05:00
..
cli fixes to ansible-doc (#47209) 2018-10-17 11:40:02 -05:00
compat Fix the local and ssh plugins for a cornercase retrying a syscall 2018-08-13 07:17:11 -07:00
config [stable-2.7] Fix issues with PLUGIN_FILTERS_CFG config handling (#45994) 2018-10-09 10:55:46 -07:00
errors
executor [2.7] Exclude the whole ansible_failed_task block (#45587) 2018-09-13 06:47:10 -07:00
galaxy [WIP] Backport/2.7/second batch (#45927) 2018-09-20 14:10:39 -05:00
inventory better information for user from inventory plugins (#46766) 2018-10-12 10:38:57 -07:00
module_utils [stable-2.7] Restore SIGPIPE handler to DFL on POpen 2018-10-15 10:54:04 -07:00
modules Fix in confirmed_commit capability in netconf_config modules (#46964) 2018-10-15 10:06:45 -07:00
parsing fixes to ansible-doc (#47209) 2018-10-17 11:40:02 -05:00
playbook [stable-2.7] Do not use mutable defaults in FieldAttribute, instead allow supplying a callable for defaults of mutable types. Fixes #46824 (#46833). 2018-10-12 10:38:38 -07:00
plugins use ansible json encoder for results in callbacks (#46830) 2018-10-12 12:41:39 -07:00
template Remove bare_deprecated functionality (#44517) 2018-08-23 11:31:16 -05:00
utils [stable-2.7] Migrate from MySQLdb to PyMySQL (#40123) 2018-10-09 10:26:21 -07:00
vars [stable-2.7] Ensure loop with delegate_to can short circuit the same as without delegate_to. Fixes #45189 (#45231) 2018-09-07 13:01:55 -07:00
__init__.py
constants.py cisco firepower : Make API endpoints configurable via hostvars (#44952) 2018-08-31 18:38:16 +05:30
release.py Bump version after release so we know when someone runs from a checkout 2018-10-03 22:53:46 -07:00