mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e9b3705809
* 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>
4 lines
145 B
YAML
4 lines
145 B
YAML
---
|
|
minor_changes:
|
|
- sudoers - add support for ``runas`` parameter
|
|
(https://github.com/ansible-collections/community.general/issues/4379).
|