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: I4d2cd14abfb0f9c7d02438684af010965d940a4b
This commit is contained in:
Jonathan Rosser 2023-09-12 10:37:29 +01:00
parent 9e56a55b76
commit 5838d27dab
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ memcached_user: memcache
memcached_distro_packages:
- memcached
- netcat
- "{{ (ansible_facts['distribution_release'] == 'bookworm') | ternary('netcat-openbsd', 'netcat') }}"
memcached_conf_template: memcached.conf.debian.j2