Skip to content

Commit

Permalink
Update roles/postgresql/tasks/main.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Alicia Cozine <[email protected]>
  • Loading branch information
kayiwa and acozine authored Dec 31, 2024
1 parent 872428d commit 9afb46c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/postgresql/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@
- name: PostgreSQL | Ensure PostgreSQL is enabled and started
ansible.builtin.service:
name: postgresql
state: started
enabled: true
when:
- running_on_server
Expand Down

0 comments on commit 9afb46c

Please sign in to comment.