feat(defaults): change default version to 2.8 to avoid test failures on debian 11
All checks were successful
test / Linting (push) Successful in 35s
test / Molecule tests (default, ubuntu2004) (push) Successful in 1m34s
test / Molecule tests (default, debian12) (push) Successful in 1m53s
test / Molecule tests (default, debian11) (push) Successful in 2m0s
test / Molecule tests (default, ubuntu2204) (push) Successful in 1m36s
test / Molecule tests (with_tls_enabled, debian12) (push) Successful in 1m37s
test / Molecule tests (with_tls_enabled, debian11) (push) Successful in 1m38s
test / Molecule tests (with_tls_enabled, ubuntu2004) (push) Successful in 1m36s
test / Molecule tests (with_tls_enabled, ubuntu2204) (push) Successful in 1m44s

This commit is contained in:
Bertrand Lanson 2024-02-04 00:17:07 +01:00
parent 57f9a722b0
commit 5cb7df716a
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
---
# defaults file for deploy_haproxy
deploy_haproxy_deploy_method: host # deployment method, either host or docker
deploy_haproxy_version: latest
deploy_haproxy_version: "2.8"
deploy_haproxy_env_variables: {}
deploy_haproxy_start_service: true

View File

@ -1,6 +1,6 @@
---
deploy_haproxy_deploy_method: docker # deployment method, either host or docker
deploy_haproxy_version: "2.8"
deploy_haproxy_version: "2.7"
deploy_haproxy_env_variables: {}
deploy_haproxy_start_service: true
deploy_haproxy_cert_dir: "/tmp/haproxy-cert"