Add support for setenv parameters (#5883)

This commit is contained in:
Renaud 2023-01-30 06:30:54 +01:00 committed by GitHub
commit dcc3d4f508
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)