Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy authored Dec 15, 2023
1 parent 4887ab7 commit 1ddd61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/postgresql/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ postgresql_data_directory: "/var/lib/pgsql/{{ postgresql_version }}/data"
# mirsg.postgresql - download and install
postgresql_install:
disable_gpg_check: false
rpm: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{ ansible_facts['distribution_major_version'] }}-{{ ansible_facts['ansible_architecture'] }}/pgdg-redhat-repo-latest.noarch.rpm"
rpm: "https://download.postgresql.org/pub/repos/yum/reporpms/EL-{{ ansible_facts['distribution_major_version'] }}-{{ ansible_facts['architecture'] }}/pgdg-redhat-repo-latest.noarch.rpm"

Check failure on line 12 in roles/postgresql/defaults/main.yml

View workflow job for this annotation

GitHub Actions / linting

yaml[line-length]

Line too long (187 > 160 characters)
yum_package: "{{ postgresql_package_name }}-server"
yum_contrib_package: "{{ postgresql_package_name }}-contrib"

Expand Down

0 comments on commit 1ddd61b

Please sign in to comment.