From cd57cb1e9cf990e498c88b3f1f6b183048a153a1 Mon Sep 17 00:00:00 2001 From: Vasyl Yurkovych <59879559+yurkovychv@users.noreply.github.com> Date: Mon, 28 Apr 2025 19:11:52 +0300 Subject: [PATCH] PMM-13800 enable pg for al2023 --- tasks/pmm3-client_test_enabled_db.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/pmm3-client_test_enabled_db.yml b/tasks/pmm3-client_test_enabled_db.yml index 5ba4f8ba9..03cd0a50a 100644 --- a/tasks/pmm3-client_test_enabled_db.yml +++ b/tasks/pmm3-client_test_enabled_db.yml @@ -14,6 +14,6 @@ - "{{ (ansible_os_family == 'RedHat') | ternary('psmdb-70','') }}" - "{{ (ansible_distribution == 'Debian') | ternary('pg-16','') }}" - "{{ (ansible_distribution == 'Ubuntu') | ternary('pg-16','') }}" - - "{{ (ansible_os_family == 'RedHat' and ansible_distribution != 'Amazon') | ternary('pg-16','') }}" + - "{{ (ansible_os_family == 'RedHat') | ternary('pg-16','') }}"