Add ipaselinuxusermaporder option to the ipa_config module (#3178)

This commit is contained in:
Roy Lenferink 2021-09-12 13:46:17 +02:00 committed by GitHub
commit 612543919e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 28 additions and 2 deletions

View file

@ -0,0 +1,3 @@
minor_changes:
- ipa_config - add ``ipaselinuxusermaporder`` option to set the SELinux user map order
(https://github.com/ansible-collections/community.general/pull/3178).