From d213f214f5feb8e6c83a4854da6c0c737cee3075 Mon Sep 17 00:00:00 2001 From: Vitaliy Kukharik Date: Thu, 28 Sep 2023 15:19:52 +0000 Subject: [PATCH] Update converge.yml --- molecule/default/converge.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/molecule/default/converge.yml b/molecule/default/converge.yml index 10c95bcc8..c73a5fc13 100644 --- a/molecule/default/converge.yml +++ b/molecule/default/converge.yml @@ -4,7 +4,7 @@ gather_facts: true tasks: - - name: Set variables for Patroni cluster deployment test + - name: Set variables for PostgreSQL Cluster deployment test ansible.builtin.set_fact: firewall_enabled_at_boot: false firewall_enable_ipv6: false # Added to prevent test failures in CI. @@ -30,7 +30,7 @@ - not (ansible_distribution == 'Ubuntu' and ansible_distribution_version is version('20.04', '<')) - not (ansible_distribution == 'Debian' and ansible_distribution_version is version('11', '>')) # TODO Debian 12 - - name: Set variables for Patroni update test + - name: Set variables for PostgreSQL Cluster update test ansible.builtin.set_fact: target: system # includes updates to Postgres, Patroni, and all system packages