Always install netcat-openbsd on debian

All supported releases have the same package now.

Change-Id: Id24d17f33533e08f3c5451fc833d428cfeda515f
Signed-off-by: Jonathan Rosser <jonathan.rosser@rd.bbc.co.uk>
This commit is contained in:
Jonathan Rosser
2025-07-14 18:24:44 +01:00
parent 4bd6908b88
commit 96f20a0680

View File

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