mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00: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:
5
changelogs/fragments/5370-mh-cmdmixin-deprecation.yaml
Normal file
5
changelogs/fragments/5370-mh-cmdmixin-deprecation.yaml
Normal file
@@ -0,0 +1,5 @@
|
||||
deprecated_features:
|
||||
- CmdMixin module utils - deprecated in favor of the ``CmdRunner`` module util (https://github.com/ansible-collections/community.general/pull/5370).
|
||||
- CmdModuleHelper module utils - deprecated in favor of the ``CmdRunner`` module util (https://github.com/ansible-collections/community.general/pull/5370).
|
||||
- CmdStateModuleHelper module utils - deprecated in favor of the ``CmdRunner`` module util (https://github.com/ansible-collections/community.general/pull/5370).
|
||||
- ArgFormat module utils - deprecated along ``CmdMixin``, in favor of the ``cmd_runner_fmt`` module util (https://github.com/ansible-collections/community.general/pull/5370).
|
||||
Reference in New Issue
Block a user