mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Merge pull request #10712 from mscherer/fix_v2_sh_plugin
Add missing imports. They are used later in mkdtmp, needed by action plu...
This commit is contained in:
commit
8134ffeb1f
1 changed files with 2 additions and 0 deletions
|
@ -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]*$')
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue