mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2024-12-29 09:16:22 -05:00
Wrap braces in raw
tags to prevent parsing as liquid syntax
This commit is contained in:
parent
649706880c
commit
8835409c34
@ -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.
|
The solution is to shut down the updatevm between each install.
|
||||||
E.g.:
|
E.g.:
|
||||||
|
|
||||||
|
{% raw %}
|
||||||
install template and shutdown updatevm:
|
install template and shutdown updatevm:
|
||||||
cmd.run:
|
cmd.run:
|
||||||
- name: sudo qubes-dom0-update -y fedora-24; qvm-shutdown {{salt.cmd.run(qubes-prefs updatevm) }}
|
- name: sudo qubes-dom0-update -y fedora-24; qvm-shutdown {{salt.cmd.run(qubes-prefs updatevm) }}
|
||||||
|
{% endraw %}
|
||||||
|
|
||||||
## Further reading
|
## Further reading
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user