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

@@ -3,6 +3,12 @@
register: disable_postgresql_module
changed_when: "'Nothing to do' not in disable_postgresql_module.stdout"
- name: Install deps packages
dnf:
name: "{{ patroni_deps_packages }}"
state: present
update_cache: yes
- name: Gather packages
package_facts:
manager: auto