mirror of https://github.com/ansible/ansible.git
shell - deprecates the wrap_for_exec API (#85782)
Deprecates the function `wrap_for_exec` on shell plugins. This is to simplify the API and remove unecessary components that should live elsewhere or have a better and more flexible API.pull/85813/head
parent
3582997698
commit
a345a404e0
@ -0,0 +1,5 @@
|
||||
deprecated_features:
|
||||
- >-
|
||||
Deprecated the shell plugin's ``wrap_for_exec`` function. This API is not used in Ansible or any known collection
|
||||
and is being removed to simplify the plugin API. Plugin authors should wrap their command to execute within an
|
||||
explicit shell or other known executable.
|
||||
Loading…
Reference in New Issue