[PR #5883/dcc3d4f5 backport][stable-6] Add support for setenv parameters (#5920)

Add support for setenv parameters (#5883)

(cherry picked from commit dcc3d4f508)

Co-authored-by: Renaud <33203203+redat00@users.noreply.github.com>
This commit is contained in:
patchback[bot] 2023-01-30 05:57:28 +00:00 committed by GitHub
commit e5930aabcb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 38 additions and 2 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- sudoers - add ``setenv`` parameters to support passing environment variables via sudo. (https://github.com/ansible-collections/community.general/pull/5883)