fix variable names

This commit is contained in:
Robert Kaussow 2018-10-14 23:27:32 +02:00
parent fdb4e48da8
commit f31afcbbad
1 changed files with 2 additions and 2 deletions

View File

@ -4,10 +4,10 @@
yum_repository:
name: postgresql
description: PostgreSQL yum repository
baseurl: "https://download.postgresql.org/pub/repos/yum/{{ postgresql_version }}/redhat/rhel-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}"
baseurl: "https://download.postgresql.org/pub/repos/yum/{{ postgres_version }}/redhat/rhel-{{ ansible_distribution_major_version }}-{{ ansible_architecture }}"
gpgcheck: yes
enabled: yes
gpgkey: "https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-{{ postgresql_version }}"
gpgkey: "https://download.postgresql.org/pub/repos/yum/RPM-GPG-KEY-PGDG-{{ postgres_version }}"
when: postgres_repository_enabled
become: True