mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-28 23:51:23 -07: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:
parent
f5ca03047d
commit
91cac4c816
3 changed files with 29 additions and 0 deletions
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).
|
Loading…
Add table
Add a link
Reference in a new issue