Merge "Use netcat-openbsd on debian bookworm"

This commit is contained in:
Zuul 2023-10-08 01:51:01 +00:00 committed by Gerrit Code Review
commit 6eef4453ea
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ cache_timeout: 600
haproxy_distro_packages:
- haproxy
- netcat # Used for the Ansible haproxy module
- "{{ (ansible_facts['distribution_release'] == 'bookworm') | ternary('netcat-openbsd', 'netcat') }}" # Used for the Ansible haproxy module
- psmisc
- vim-haproxy