Apply suggestions from code review

Co-authored-by: Abhijeet Kasurde <akasurde@redhat.com>
pull/85649/head
lum7na 4 months ago committed by GitHub
parent b01d0d8c76
commit b16b5a3bda
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1,2 +1,2 @@
bugfixes: bugfixes:
- user - The seuser parameter will be ignored on Alpine and print warning - user - The seuser parameter will be ignored on Alpine and print a warning (https://github.com/ansible/ansible/issues/85542).

@ -44,7 +44,7 @@ options:
seuser: seuser:
description: description:
- Optionally sets the C(seuser) type C(user_u) on SELinux enabled systems. - Optionally sets the C(seuser) type C(user_u) on SELinux enabled systems.
- This parameter will be ignored on Alpine and Buildroot. - This parameter will be ignored on macOS, *BSD, BusyBox-based distros and Buildroot.
type: str type: str
version_added: "2.1" version_added: "2.1"
group: group:

Loading…
Cancel
Save