diff --git a/vars/debian.yml b/vars/debian.yml index 5195fbf..083caf9 100644 --- a/vars/debian.yml +++ b/vars/debian.yml @@ -17,7 +17,9 @@ memcached_user: memcache memcached_distro_packages: - memcached - - "{{ (ansible_facts['distribution_release'] == 'bookworm') | ternary('netcat-openbsd', 'netcat') }}" + - "{{ (ansible_facts['distribution_release'] == 'bookworm' or + ansible_facts['distribution_release'] == 'noble') + | ternary('netcat-openbsd', 'netcat') }}" memcached_conf_template: memcached.conf.debian.j2