fix deps installation and add wal-g support

This commit is contained in:
ace
2023-04-19 00:10:38 +03:00
parent 2ea9e25263
commit 8ec959cf73
6 changed files with 32 additions and 14 deletions

View File

@ -1,8 +1,3 @@
- name: Install deps packages
dnf:
name: "{{ postgresql_deps_packages }}"
state: present
- name: Disable PostgreSQL module
shell: dnf module disable -y postgresql
register: disable_postgresql_module
@ -24,6 +19,11 @@
disable_gpg_check: yes
register: postgresql_setup
- name: Install deps packages
dnf:
name: "{{ postgresql_deps_packages }}"
state: present
- name: Include data direcory
include_tasks: data_dir.yaml