mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-24 06:18:24 -04:00
Fix jekyll/salt templating conflict
This was preventing the correct command from being shown, and causing a warning in site generation. See also: https://github.com/QubesOS/qubesos.github.io/pull/111
This commit is contained in:
parent
c4f41c2021
commit
58ae2d5b2f
1 changed files with 1 additions and 1 deletions
|
@ -413,7 +413,7 @@ The solution is to shut down the updateVM between each install:
|
|||
|
||||
install template and shutdown updateVM:
|
||||
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 {% raw %}{{ salt.cmd.run(qubes-prefs updateVM) }}{% endraw %}
|
||||
|
||||
## Further Reading
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue