mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-16 21:34:07 -07:00
* feat: sudoers module supports runas parameter with default of root
* fix: sudoers tests now pass
* chore: add changelog fragment for 4380
* fix: runas feature now a non-breaking change wh no def with no default
* fix: no trailing space in sudoers.py
* Update plugins/modules/system/sudoers.py
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 17fe813c18
)
Co-authored-by: doubletwist13 <doubletwist@fearthepenguin.net>
This commit is contained in:
parent
743e9c851f
commit
e9b3705809
3 changed files with 40 additions and 1 deletions
4
changelogs/fragments/4380-sudoers-runas-parameter.yml
Normal file
4
changelogs/fragments/4380-sudoers-runas-parameter.yml
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
minor_changes:
|
||||
- sudoers - add support for ``runas`` parameter
|
||||
(https://github.com/ansible-collections/community.general/issues/4379).
|
Loading…
Add table
Add a link
Reference in a new issue