mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-08 17:34:01 -07: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:
parent
f0b21dcc0f
commit
81a926547c
3 changed files with 50 additions and 43 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue