mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 13:52:54 +00:00
Some continued work on new-style templates and associated test code changes. Legacy template functions
are marked with "legacy_" for possible future removal.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
import os
|
||||
|
||||
from ansible import utils
|
||||
from ansible import template
|
||||
import ansible.utils.template as template
|
||||
from ansible import errors
|
||||
from ansible.runner.return_data import ReturnData
|
||||
import base64
|
||||
|
||||
Reference in New Issue
Block a user