make doc templates not case sensitive for the default value (#41158)

This commit is contained in:
Zhikang Zhang
2018-08-13 16:47:12 -04:00
committed by GitHub
parent 26a1c534be
commit cda3b53035
2 changed files with 22 additions and 1 deletions

View File

@@ -15,7 +15,6 @@ DOCUMENTATION = '''
C(plugin) key at its root will automatically cause the named plugin to be loaded and executed with that
config. This effectively provides automatic whitelisting of all installed/accessible inventory plugins.
- To disable this behavior, remove C(auto) from the C(INVENTORY_ENABLED) config element.
options:
'''
EXAMPLES = '''