Skip to content

Commit

Permalink
Update converge.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vitabaks committed Sep 28, 2023
1 parent eb162e5 commit d213f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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

Expand Down

0 comments on commit d213f21

Please sign in to comment.