Replies: 1 comment
-
Similar issue to #1615 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to restart it with so-restart soc I get
This could take a while if another Salt job is running.
Run this command with --force to stop all Salt jobs before proceeding.
so-soc
so-soc
[ERROR ] Rendering exception occurred
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/salt/utils/templates.py", line 400, in render_jinja_tmpl
output = template.render(**decoded_context)
File "/usr/lib/python3.6/site-packages/jinja2/environment.py", line 1090, in render
self.environment.handle_exception()
File "/usr/lib/python3.6/site-packages/jinja2/environment.py", line 832, in handle_exception
reraise(*rewrite_traceback_stack(source=source))
File "/usr/lib/python3.6/site-packages/jinja2/_compat.py", line 28, in reraise
raise value.with_traceback(tb)
File "", line 2, in top-level template code
jinja2.exceptions.UndefinedError: 'list object' has no attribute 'values'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/lib/python3.6/site-packages/salt/utils/templates.py", line 166, in render_tmpl
output = render_str(tmplstr, context, tmplpath)
File "/usr/lib/python3.6/site-packages/salt/utils/templates.py", line 407, in render_jinja_tmpl
raise SaltRenderError("Jinja variable {0}{1}".format(exc, out), buf=tmplstr)
salt.exceptions.SaltRenderError: Jinja variable 'list object' has no attribute 'values'
[CRITICAL] Rendering SLS 'base:soc' failed: Jinja variable 'list object' has no attribute 'values'
local:
Data failed to compile:
Beta Was this translation helpful? Give feedback.
All reactions