mirror of
https://gitea.0xace.cc/ansible-galaxy/patroni.git
synced 2025-12-18 22:17:24 +00:00
fix repos and ssl
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user