mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-03 09:13:12 +00:00
added missing import for pwd, was being obscured by exception catching and fallback
This commit is contained in:
@@ -20,6 +20,7 @@ __metaclass__ = type
|
||||
import base64
|
||||
import datetime
|
||||
import os
|
||||
import pwd
|
||||
import time
|
||||
|
||||
from ansible import constants as C
|
||||
|
||||
Reference in New Issue
Block a user