mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
83318c36aa
* fix: sudosu not working on some BSD machines * fix: sudosu: added a flag (`alt_method`) to enhance compatibility with more versions of `su` * Update changelogs/fragments/8214-sudosu-not-working-on-some-BSD-machines.yml Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/become/sudosu.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/become/sudosu.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/become/sudosu.py Co-authored-by: Felix Fontein <felix@fontein.de> * Update plugins/become/sudosu.py Co-authored-by: Felix Fontein <felix@fontein.de> * fix: sudosu: lint --------- Co-authored-by: Felix Fontein <felix@fontein.de>
2 lines
199 B
YAML
2 lines
199 B
YAML
minor_changes:
|
|
- sudosu become plugin - added an option (``alt_method``) to enhance compatibility with more versions of ``su`` (https://github.com/ansible-collections/community.general/pull/8214).
|