plugins/callbacks : fix some key documentation (#45267)

These are supposed to be a dictionary with section/key entries;
correct a few typos.
This commit is contained in:
Ian Wienand 2018-09-07 05:38:25 +10:00 committed by Brian Coca
parent 553097f929
commit c34e0f5e11
2 changed files with 6 additions and 6 deletions

View file

@ -26,7 +26,7 @@ DOCUMENTATION = """
- name: ANSIBLE_SELECTIVE_DONT_COLORIZE
ini:
- section: defaults
- key: nocolor
key: nocolor
type: boolean
"""