summaryrefslogtreecommitdiffstats
path: root/ansible_collections/community/general/plugins/callback/hipchat.py
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/community/general/plugins/callback/hipchat.py')
-rw-r--r--ansible_collections/community/general/plugins/callback/hipchat.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible_collections/community/general/plugins/callback/hipchat.py b/ansible_collections/community/general/plugins/callback/hipchat.py
index 3e10b69e7..afd9e2055 100644
--- a/ansible_collections/community/general/plugins/callback/hipchat.py
+++ b/ansible_collections/community/general/plugins/callback/hipchat.py
@@ -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.