mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Missing 'base64' import
This commit is contained in:
parent
b8816bf66f
commit
b8b0865ec0
1 changed files with 1 additions and 0 deletions
|
@ -21,6 +21,7 @@ import os.path
|
||||||
import pipes
|
import pipes
|
||||||
import shutil
|
import shutil
|
||||||
import tempfile
|
import tempfile
|
||||||
|
import base64
|
||||||
from ansible import utils
|
from ansible import utils
|
||||||
from ansible.runner.return_data import ReturnData
|
from ansible.runner.return_data import ReturnData
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue