mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-09 07:34:21 -07:00
fix: sudosu not working on some BSD machines (#8214)
* 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>
This commit is contained in:
parent
9dd2b71d04
commit
83318c36aa
2 changed files with 21 additions and 1 deletions
|
@ -0,0 +1,2 @@
|
|||
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).
|
Loading…
Add table
Add a link
Reference in a new issue