base: ignore errors on packages installation because it fails for some packages when run in check mode
This commit is contained in:
parent
ced4098192
commit
832e93da0d
2 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
* 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
|
||||
* 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
|
||||
|
||||
### Fixed
|
||||
|
|
|
@ -20,6 +20,7 @@
|
|||
- bash
|
||||
- ncdu
|
||||
- htop
|
||||
ignore_errors: true
|
||||
tags:
|
||||
- pkg
|
||||
|
||||
|
|
Loading…
Reference in a new issue