mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-25 03:41:25 -07:00
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:
parent
553097f929
commit
c34e0f5e11
2 changed files with 6 additions and 6 deletions
|
@ -24,7 +24,7 @@ DOCUMENTATION = '''
|
||||||
- name: HIPCHAT_TOKEN
|
- name: HIPCHAT_TOKEN
|
||||||
ini:
|
ini:
|
||||||
- section: callback_hipchat
|
- section: callback_hipchat
|
||||||
- key: token
|
key: token
|
||||||
api_version:
|
api_version:
|
||||||
description: HipChat API version, v1 or v2.
|
description: HipChat API version, v1 or v2.
|
||||||
required: False
|
required: False
|
||||||
|
@ -33,7 +33,7 @@ DOCUMENTATION = '''
|
||||||
- name: HIPCHAT_API_VERSION
|
- name: HIPCHAT_API_VERSION
|
||||||
ini:
|
ini:
|
||||||
- section: callback_hipchat
|
- section: callback_hipchat
|
||||||
- key: api_version
|
key: api_version
|
||||||
room:
|
room:
|
||||||
description: HipChat room to post in.
|
description: HipChat room to post in.
|
||||||
default: ansible
|
default: ansible
|
||||||
|
@ -41,7 +41,7 @@ DOCUMENTATION = '''
|
||||||
- name: HIPCHAT_ROOM
|
- name: HIPCHAT_ROOM
|
||||||
ini:
|
ini:
|
||||||
- section: callback_hipchat
|
- section: callback_hipchat
|
||||||
- key: room
|
key: room
|
||||||
from:
|
from:
|
||||||
description: Name to post as
|
description: Name to post as
|
||||||
default: ansible
|
default: ansible
|
||||||
|
@ -49,7 +49,7 @@ DOCUMENTATION = '''
|
||||||
- name: HIPCHAT_FROM
|
- name: HIPCHAT_FROM
|
||||||
ini:
|
ini:
|
||||||
- section: callback_hipchat
|
- section: callback_hipchat
|
||||||
- key: from
|
key: from
|
||||||
notify:
|
notify:
|
||||||
description: Add notify flag to important messages
|
description: Add notify flag to important messages
|
||||||
type: bool
|
type: bool
|
||||||
|
@ -58,7 +58,7 @@ DOCUMENTATION = '''
|
||||||
- name: HIPCHAT_NOTIFY
|
- name: HIPCHAT_NOTIFY
|
||||||
ini:
|
ini:
|
||||||
- section: callback_hipchat
|
- section: callback_hipchat
|
||||||
- key: notify
|
key: notify
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
|
|
@ -26,7 +26,7 @@ DOCUMENTATION = """
|
||||||
- name: ANSIBLE_SELECTIVE_DONT_COLORIZE
|
- name: ANSIBLE_SELECTIVE_DONT_COLORIZE
|
||||||
ini:
|
ini:
|
||||||
- section: defaults
|
- section: defaults
|
||||||
- key: nocolor
|
key: nocolor
|
||||||
type: boolean
|
type: boolean
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue