mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-03 03:42:45 +00:00
Merge pull request #1721 from dagwieers/import-errno
Import errno to avoid 'NameError: global name 'errno' is not defined'
This commit is contained in:
@@ -56,6 +56,7 @@ import stat
|
||||
import grp
|
||||
import pwd
|
||||
import platform
|
||||
import errno
|
||||
|
||||
HAVE_SELINUX=False
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user