Commit 6d6bfbc3 by Brian Coca

added missing import for pwd, was being obscured by exception catching and fallback

parent a680ef66
......@@ -20,6 +20,7 @@ __metaclass__ = type
import base64
import datetime
import os
import pwd
import time
from ansible import constants as C
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment