You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/setup_postgresql_replication/tasks/main.yml

9 lines
373 B
YAML

# Copyright: (c) 2019, Andrew Klychkov (@Andersson007) <aaklychkov@mail.ru>
# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)
# Setup PostgreSQL master-standby replication into one container:
- import_tasks: setup_postgresql_cluster.yml
when:
- ansible_distribution == 'Ubuntu'
- ansible_distribution_major_version >= '18'