You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/units/plugins/become
Matt Davis 5d7b8288f8
Fix local connection and become issues (#84700)
* Fixed various become-related issues in `local` connection plugin.
* Fixed various issues in `sudo` and `su` become plugins.
* Added unit and integration test coverage.

Co-authored-by: Matt Clay <matt@mystile.com>
Co-authored-by: Matt Davis <nitzmahone@redhat.com>
11 months ago
..
__init__.py Split test_play_context_make_become_cmd into files (#68026) 6 years ago
conftest.py Require `from __future__ import annotations` (#81902) 2 years ago
test_su.py Fix local connection and become issues (#84700) 11 months ago
test_sudo.py Fix local connection and become issues (#84700) 11 months ago