Skip to content

Commit

Permalink
Ubuntu 20.04 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
bviktor committed Nov 28, 2024
1 parent b19866c commit 45290a9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
---
# TODO remove empty sections once 20.04 is EOL
- name: Configure PostgreSQL include location
ini_file:
path: "/var/lib/pgsql/{{ eff_pg_version }}/data/postgresql.conf"
section: ''
option: include_dir
value: "'/etc/postgresql/{{ eff_pg_version }}/main/conf.d'"
create: false
Expand All @@ -13,6 +15,7 @@
- name: Configure PostgreSQL port
ini_file:
path: "/etc/postgresql/{{ eff_pg_version }}/main/conf.d/port.conf"
section: ''
option: port
value: "{{ eff_pg_port }}"
create: true
Expand Down

0 comments on commit 45290a9

Please sign in to comment.