chore: add postgres version to repo file
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2021-11-28 15:17:41 +01:00
parent 6b093ce920
commit b5ad28a900
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 2 additions and 2 deletions

View File

@ -5,9 +5,9 @@
- block:
- name: Add PostgreSQL repository
yum_repository:
name: postgresql
name: "postgresql-{{ __postgres_version }}"
file: "{{ postgres_repository_filename }}"
description: PostgreSQL yum repository
description: "PostgreSQL {{ __postgres_version }} yum repository"
baseurl: "https://download.postgresql.org/pub/repos/yum/{{ __postgres_version }}/redhat/rhel-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}"
gpgcheck: yes
enabled: yes