Update auth_plugin doc extension to fix malformed Collections docs

This commit is contained in:
Bianca Henderson
2021-10-18 11:08:17 -04:00
parent 517f1d7991
commit f74a14e34f
3 changed files with 57 additions and 53 deletions

View File

@@ -15,7 +15,6 @@ description:
U(https://docs.ansible.com/ansible-tower/latest/html/towerapi/index.html) for API usage.
- For use that is cross-compatible between the awx.awx and ansible.controller collection
see the controller_meta module
extends_documentation_fragment: awx.awx.auth_plugin
options:
_terms:
description:
@@ -63,7 +62,7 @@ options:
- If a list view returns more an max_objects an exception will be raised
type: integer
default: 1000
extends_documentation_fragment: awx.awx.auth_plugin
notes:
- If the query is not filtered properly this can cause a performance impact.
"""