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
|
@ -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…
Reference in New Issue
Block a user