chore: add postgres version to repo file
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
6b093ce920
commit
b5ad28a900
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user