Skip to content

Commit

Permalink
TODO: add support for PG 13
Browse files Browse the repository at this point in the history
  • Loading branch information
BlacksilverConsulting authored Jul 22, 2024
1 parent 6ab7fe5 commit 3df5aa9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@
become: true
become_user: postgres

### TODO: Skip this if the source file doesn't exist
### (To work correctly with pg13.yaml)
- name: Add systemd service alias for PostgreSQL 14
# This is needed for application-specific automation
# that expects `service postgresql stop` to work
Expand All @@ -60,6 +62,8 @@
state: link
path: /usr/lib/systemd/system/postgresql.service

### TODO Skip this if the source path doesn't exist
### (To work correctly with pg13.yaml)
- name: Create /var/lib/pgsql/data symlink
# This is needed for sysupdate.pl to complete
ansible.builtin.file:
Expand Down

0 comments on commit 3df5aa9

Please sign in to comment.