Skip to content

Commit 1ddb812

Browse files
committed
fix(execution-environment): add missing sshpass system package
1 parent ddbfa4f commit 1ddb812

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212

1313
### Fixed
1414

15+
* **execution-environment**: Add missing `sshpass` system package, required for SSH password-based connections (e.g. `--ask-pass`)
1516
* **role:keycloak**: Fix transaction timeout silently dropping from 3600s to 300s on Keycloak 26.6.0+ due to new `transaction-default-timeout` CLI option overriding the Quarkus property
1617
* **role:keycloak**: Fix MariaDB database encoding defaulting to deprecated `utf8` (`utf8mb3`) instead of `utf8mb4`, causing warnings in Keycloak 26.6.0+
1718
* **ci**: Fix pip installs by replacing `--require-hashes` with pinned versions to allow Dependabot updates

execution-environment.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ dependencies:
4141
system:
4242
- 'git-core' # required for ansible.builtin.git module
4343
- 'rsync' # required for ansible.posix.synchronize module
44+
- 'sshpass' # required for ssh connections with passwords, eg via `--ask-pass`
4445

4546
additional_build_files:
4647
- src: 'linuxfabrik-lfops.tar.gz'

0 commit comments

Comments
 (0)