mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 20:02:45 +00:00
Remove old test on SELinux (#3510)
since all is done in modules_utils/basic.py, no need to make the same test here, especially since that's unused later
This commit is contained in:
committed by
Matt Clay
parent
281398fdc2
commit
001ceb8dc6
@@ -23,11 +23,6 @@ import shutil
|
||||
import stat
|
||||
import grp
|
||||
import pwd
|
||||
try:
|
||||
import selinux
|
||||
HAVE_SELINUX=True
|
||||
except ImportError:
|
||||
HAVE_SELINUX=False
|
||||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user