mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
webfaction modules: deprecation (#6909)
* webfaction modules: deprecation * add changelog frag
This commit is contained in:
parent
d074af8d09
commit
43dee97e43
7 changed files with 56 additions and 0 deletions
|
@ -19,6 +19,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: webfaction_app
|
||||
short_description: Add or remove applications on a Webfaction host
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue