You've already forked community.general
mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-08 13:42:08 +03:00
MH CmdModuleHelper: deprecation (#5370)
* MH CmdModuleHelper: deprecation * add changelog fragment * add deprecation comments in many parts of the code
This commit is contained in:
@@ -84,8 +84,16 @@ class StateModuleHelper(StateMixin, ModuleHelper):
|
||||
|
||||
|
||||
class CmdModuleHelper(CmdMixin, ModuleHelper):
|
||||
"""
|
||||
THIS CLASS IS BEING DEPRECATED.
|
||||
See the deprecation notice in ``CmdMixin.__init__()``.
|
||||
"""
|
||||
pass
|
||||
|
||||
|
||||
class CmdStateModuleHelper(CmdMixin, StateMixin, ModuleHelper):
|
||||
"""
|
||||
THIS CLASS IS BEING DEPRECATED.
|
||||
See the deprecation notice in ``CmdMixin.__init__()``.
|
||||
"""
|
||||
pass
|
||||
|
Reference in New Issue
Block a user