Use the netcat-openbsd package on Ubuntu Noble
Depends-On: https://review.opendev.org/c/openstack/openstack-ansible-os_keystone/+/924474 Change-Id: I8b5b3e46a648fbf0165729fd80ab592646a950d8
This commit is contained in:
parent
5023c70a89
commit
85b029e286
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user