File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22# postgresql_version: 9
33_postgresql_data_dir : " {{ postgresql_data_dir | d('/var/lib/pgsql/data', true) }}"
44_postgresql_bin_path : " {{ postgresql_bin_path | d('/usr/bin', true) }}"
5- _postgresql_config_path : " {{ postgresql_config_path | d('/var/lib/pgsql/data' , true) }}"
5+ _postgresql_config_path : " {{ postgresql_config_path | d(_postgresql_data_dir , true) }}"
66_postgresql_daemon : " {{ postgresql_daemon | d('postgresql', true) }}"
77_postgresql_packages :
88 - postgresql
Original file line number Diff line number Diff line change 22# postgresql_version: "13"
33_postgresql_data_dir : " {{ postgresql_data_dir | d('/var/lib/pgsql/data', true) }}"
44_postgresql_bin_path : " {{ postgresql_bin_path | d('/usr/bin', true) }}"
5- _postgresql_config_path : " {{ postgresql_config_path | d('/var/lib/pgsql/data' , true) }}"
5+ _postgresql_config_path : " {{ postgresql_config_path | d(_postgresql_data_dir , true) }}"
66_postgresql_daemon : " {{ postgresql_daemon | d('postgresql', true) }}"
77_postgresql_packages :
88 - postgresql{{ postgresql_version }}-server
Original file line number Diff line number Diff line change 22# postgresql_version: 14
33_postgresql_data_dir : " {{ postgresql_data_dir | d('/var/lib/pgsql/data', true) }}"
44_postgresql_bin_path : " {{ postgresql_bin_path | d('/usr/pgsql-' ~ postgresql_version ~ '/bin', true) }}"
5- _postgresql_config_path : " {{ postgresql_config_path | d('/var/lib/pgsql/data' , true) }}"
5+ _postgresql_config_path : " {{ postgresql_config_path | d(_postgresql_data_dir , true) }}"
66_postgresql_daemon : " {{ postgresql_daemon | d('postgresql-' ~ postgresql_version, true) }}"
77_postgresql_packages :
88 - python3-pip
Original file line number Diff line number Diff line change 22# postgresql_version: 14
33_postgresql_data_dir : " {{ postgresql_data_dir | d('/var/lib/pgsql/data', true) }}"
44_postgresql_bin_path : " {{ postgresql_bin_path | d('/usr/pgsql-' ~ postgresql_version ~ '/bin', true) }}"
5- _postgresql_config_path : " {{ postgresql_config_path | d('/var/lib/pgsql/data' , true) }}"
5+ _postgresql_config_path : " {{ postgresql_config_path | d(_postgresql_data_dir , true) }}"
66_postgresql_daemon : " {{ postgresql_daemon | d('postgresql-' ~ postgresql_version, true) }}"
77_postgresql_packages :
88 # needed for installing psycopg2
You can’t perform that action at this time.
0 commit comments