mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-04 09:43:15 +00:00
Undo changes to filter module
This commit is contained in:
committed by
James Cammarata
parent
559c04f324
commit
fe88ba7c8d
@@ -15,7 +15,6 @@
|
||||
# You should have received a copy of the GNU General Public License
|
||||
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
import os
|
||||
import base64
|
||||
import json
|
||||
import os.path
|
||||
@@ -26,9 +25,8 @@ import glob
|
||||
import re
|
||||
import collections
|
||||
import operator as py_operator
|
||||
import hashlib
|
||||
from ansible import errors
|
||||
from ansible.utils import md5s, OMIT_PLACE_HOLDER
|
||||
from ansible.utils import md5s
|
||||
from distutils.version import LooseVersion, StrictVersion
|
||||
from random import SystemRandom
|
||||
from jinja2.filters import environmentfilter
|
||||
|
||||
Reference in New Issue
Block a user