Commit c0c11531 by Michael Scherer

Add missing imports. They are used later in mkdtmp, needed by action plugins

parent 37b4b68e
...@@ -21,6 +21,8 @@ import os ...@@ -21,6 +21,8 @@ import os
import re import re
import pipes import pipes
import ansible.constants as C import ansible.constants as C
import time
import random
_USER_HOME_PATH_RE = re.compile(r'^~[_.A-Za-z0-9][-_.A-Za-z0-9]*$') _USER_HOME_PATH_RE = re.compile(r'^~[_.A-Za-z0-9][-_.A-Za-z0-9]*$')
......
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