mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-08 17:29:11 -07:00
moved to base class for shell plugins
fish now sets env vars correctly fish checksum now works fixed and cleaned up imports fixed typo
This commit is contained in:
parent
f50b381dba
commit
b4b24a0889
5 changed files with 158 additions and 92 deletions
|
@ -20,9 +20,7 @@ __metaclass__ = type
|
|||
import base64
|
||||
import os
|
||||
import re
|
||||
import random
|
||||
import shlex
|
||||
import time
|
||||
|
||||
from ansible.utils.unicode import to_bytes, to_unicode
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue