change generated playbooks_keywords.rst to use an rst 'glossary' (#28843)

* Use a rst glossary for playbooks_keywords docs
* Add a 'Task' and 'Tasks' to glossary.
* Update keywords desciptions,
* use :term: rst ref, some quoting
* Make it more obvious that 'retries' and 'until' need to be used in combination.
This commit is contained in:
Adrian Likins
2017-09-07 15:46:53 -04:00
committed by GitHub
parent 89c973445c
commit 52f2edf19d
3 changed files with 35 additions and 28 deletions

View File

@@ -15,8 +15,12 @@ Be aware that this reflects the 'current development branch' and that the keywor
{{ name }}
{{ '-' * name|length }}
.. glossary::
{% for attribute in oblist[name]|sort %}
- **{{ attribute }}:** {{ oblist[name][attribute] }}
{{ attribute }}
{{ oblist[name][attribute] }}
{% endfor %}
{% endfor %}