mirror of
https://github.com/ben-grande/qusal.git
synced 2025-07-31 18:28:42 -04:00
fix: exclude Mirage kernel templates from updates
When targeting all templates to be updated, it fails on unsupported templates. Avoid having a non-zero exit code.
This commit is contained in:
parent
076a242b55
commit
0508199c89
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ prefs:
|
|||
- kernel: mirage-firewall
|
||||
- kernelopts: ""
|
||||
- include_in_backups: False
|
||||
features:
|
||||
- enable:
|
||||
- skip-update
|
||||
{%- endload %}
|
||||
{{ load(defaults) }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue