mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 04:40:22 -07:00
flowdock module: deprecation (#6930)
* flowdock module: deprecation * add changelog frag
This commit is contained in:
parent
3e56da5371
commit
680f3f8970
3 changed files with 12 additions and 0 deletions
|
@ -11,6 +11,12 @@ __metaclass__ = type
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
|
||||
deprecated:
|
||||
removed_in: 9.0.0
|
||||
why: the endpoints this module relies on do not exist any more and do not resolve to IPs in DNS.
|
||||
alternative: no known alternative at this point
|
||||
|
||||
module: flowdock
|
||||
author: "Matt Coddington (@mcodd)"
|
||||
short_description: Send a message to a flowdock
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue