mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
jinja utils: yaml import still necessary
This commit is contained in:
parent
3c9130f9f0
commit
393fe061b2
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ from jinja2.environment import TemplateModule
|
|||
from jinja2.ext import Extension
|
||||
from jinja2.exceptions import TemplateRuntimeError
|
||||
import jinja2
|
||||
import yaml
|
||||
|
||||
# Import salt libs
|
||||
import salt
|
||||
|
|
Loading…
Add table
Reference in a new issue