ansible/changelogs/fragments/57770-become-shell-compat.yml
Matt Martz ba81084a49
Provide nice error when the shell plugin is incompatible with the con figured become plugin (#60441)
* Provide nice error when the shell plugin is incompatible with the configured become plugin. Fixes #57770

* Add todo

* Add missing import
2019-08-13 09:37:53 -05:00

3 lines
164 B
YAML

bugfixes:
- become - Provide nice error when the shell plugin is incompatible with the configured become plugin
(https://github.com/ansible/ansible/issues/57770)