We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 313e33c + 91f424c commit c20db04Copy full SHA for c20db04
tasks/redhat.yml
@@ -4,7 +4,7 @@
4
# every time to check whether it's installed, so, don't do that.
5
- name: Check pgdg repository package (RedHat)
6
yum:
7
- name: "pgdg-{{ postgresql_pgdg_dists[ansible_distribution] }}{{ postgresql_version | replace('.', '') }}"
+ name: "pgdg-redhat-repo"
8
register: __postgresql_repo_pkg_installed_result
9
ignore_errors: yes
10
0 commit comments