Skip to content

Commit

Permalink
Line wrapping for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
paddyroddy committed Dec 15, 2023
1 parent 1ddd61b commit 612a52f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion roles/postgresql/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ 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['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
yum_package: "{{ postgresql_package_name }}-server"
yum_contrib_package: "{{ postgresql_package_name }}-contrib"

Expand Down

0 comments on commit 612a52f

Please sign in to comment.