fix repos and ssl

This commit is contained in:
ace
2023-04-16 03:28:23 +03:00
parent b443059313
commit 0c9030717d
10 changed files with 44 additions and 12 deletions

View File

@@ -1,3 +1,9 @@
- name: Install deps packages
apt:
name: "{{ patroni_deps_packages }}"
state: present
update_cache: yes
- name: Install postgresql-common
apt:
name: postgresql-common