Use netcat-openbsd on debian bookworm

The 'netcat' package is no longer installable directly.

    Package netcat is a virtual package provided by:
      netcat-openbsd 1.219-1
      netcat-traditional 1.10-47
    You should explicitly select one to install.
    E: Package 'netcat' has no installation candidate

Change-Id: Ic708a7fd2223d1ba40ccacbd2b6863187fad0da9
This commit is contained in:
Jonathan Rosser 2023-09-12 09:39:10 +01:00
parent cb4eb8b327
commit 90035459d0
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