Skip to content

Commit

Permalink
add reboot
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Nov 15, 2023
1 parent 1c415dc commit b3daf37
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions roles/systems/postgres/install/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,8 @@
tags:
- install
- update

- name: Reboot postgres server post installation
ansible.builtin.reboot:
tags:
- install

0 comments on commit b3daf37

Please sign in to comment.