base: ignore errors on packages installation because it fails for some packages when run in check mode

This commit is contained in:
Jérémy Dubois 2023-08-24 18:19:09 +02:00
parent ced4098192
commit 832e93da0d
2 changed files with 2 additions and 0 deletions

View file

@ -77,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* evocheck: upstream release 23.06 * evocheck: upstream release 23.06
* base: add evobsd_alias_fwupdate variable and make kshrc file a template so we can set or not a fw_update alias to servers that need it * base: add evobsd_alias_fwupdate variable and make kshrc file a template so we can set or not a fw_update alias to servers that need it
* etc-git: add versioning for /var/unbound/etc * etc-git: add versioning for /var/unbound/etc
* base: ignore errors on packages installation because it fails for some packages when run in check mode
* evomaintenance: upstream release 23.10.1 * evomaintenance: upstream release 23.10.1
### Fixed ### Fixed

View file

@ -20,6 +20,7 @@
- bash - bash
- ncdu - ncdu
- htop - htop
ignore_errors: true
tags: tags:
- pkg - pkg