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:
Michael DeHaan 2013-04-10 19:09:57 -04:00
commit 81a926547c
3 changed files with 50 additions and 43 deletions

View file

@ -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