mirror of https://github.com/ansible/ansible.git
Deprecate command warnings feature (#70504)
Change: - The command warnings feature which suggests that users use modules instead of certain commands is now deprecated. Its `warn` paramater and `COMMAND_WARNINGS` configuration options are also deprecated. Their use will become an error in version 2.13. Test Plan: - CI Signed-off-by: Rick Elrod <rick@elrod.me> Co-authored-by: Sam Doran <sdoran@redhat.com>pull/70607/head
parent
707458cc8c
commit
41414ed475
@ -0,0 +1,2 @@
|
|||||||
|
deprecated_features:
|
||||||
|
- Starting in 2.14, shell and command modules will no longer have the option to warn and suggest modules in lieu of commands. The ``warn`` parameter to these modules is now deprecated and defaults to ``False``. Similarly, the ``COMMAND_WARNINGS`` configuration option is also deprecated and defaults to ``False``. These will be removed and their presence will become an error in 2.14.
|
Loading…
Reference in New Issue