Import hash functions for filters from the new location so the plugins will work on v1 and v2
This commit is contained in:
parent
1011959d88
commit
0e5f86cce4
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ from jinja2.filters import environmentfilter
|
|||
from distutils.version import LooseVersion, StrictVersion
|
||||
|
||||
from ansible import errors
|
||||
from ansible.utils import md5s, checksum_s
|
||||
from ansible.utils.hashing import md5s, checksum_s
|
||||
|
||||
|
||||
UUID_NAMESPACE_ANSIBLE = uuid.UUID('361E6D51-FAEC-444A-9079-341386DA8E2E')
|
||||
|
|
Loading…
Reference in a new issue