mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-27 10:40:22 -07:00
Merge pull request #1479 from wzzrd/selinux
More useful error message for if not HAVE_SELINUX
This commit is contained in:
commit
730031ec1f
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ def main():
|
|||
)
|
||||
|
||||
if not HAVE_SELINUX:
|
||||
module.fail_json(msg="SELinux not supported on this host.")
|
||||
module.fail_json(msg="This module requires libselinux-python support")
|
||||
|
||||
if not HAVE_SEMANAGE:
|
||||
module.fail_json(msg="This module requires libsemanage-python support")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue