Wrap braces in raw tags to prevent parsing as liquid syntax

This commit is contained in:
Andrew David Wong 2017-02-06 06:26:23 -08:00
parent 649706880c
commit 8835409c34
No known key found for this signature in database
GPG Key ID: 8CE137352A019A17

View File

@ -390,9 +390,11 @@ If you install multiple templates you may encounter this error.
The solution is to shut down the updatevm between each install.
E.g.:
{% raw %}
install template and shutdown updatevm:
cmd.run:
- name: sudo qubes-dom0-update -y fedora-24; qvm-shutdown {{salt.cmd.run(qubes-prefs updatevm) }}
{% endraw %}
## Further reading