mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-24 11:21:25 -07:00
Deprecate hipchat callback (#8189)
* Deprecate hipchat callback. * Avoid duplicate 'callback' key.
This commit is contained in:
parent
a5b2b5ce8c
commit
1bbef58844
3 changed files with 30 additions and 18 deletions
|
@ -18,6 +18,10 @@ DOCUMENTATION = '''
|
|||
description:
|
||||
- This callback plugin sends status updates to a HipChat channel during playbook execution.
|
||||
- Before 2.4 only environment variables were available for configuring this plugin.
|
||||
deprecated:
|
||||
removed_in: 10.0.0
|
||||
why: The hipchat service has been discontinued and the self-hosted variant has been End of Life since 2020.
|
||||
alternative: There is none.
|
||||
options:
|
||||
token:
|
||||
description: HipChat API token for v1 or v2 API.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue