Skip to content

Commit 5a8bacd

Browse files
committed
Remove Ubuntu kinetic from platform validation
464084f (#658) removed Ubuntu kinetic from the list of supported platforms but it did not remove it from the platform validation check
1 parent 37e2466 commit 5a8bacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ nginx_supported_distributions:
5959
architectures: [x86_64]
6060
ubuntu:
6161
name: Ubuntu
62-
versions: [20.04, 22.04, 22.10, 23.04]
62+
versions: [20.04, 22.04, 23.04]
6363
architectures: "{{ (['x86_64', 'aarch64'] + ['s390x']) if ((ansible_facts['distribution_version'] is version('20.04', '==')) or (ansible_facts['distribution_version'] is version('22.04', '=='))) else ['x86_64', 'aarch64'] }}"
6464

6565
# Supported NGINX Plus distributions

0 commit comments

Comments
 (0)