Update 'tasks/main.yml'

This commit is contained in:
jens 2021-08-27 12:41:44 +00:00
parent 71941564fd
commit 0ef359f2fb
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
- include_tasks: initialize.yml
- include_tasks: configure.yml
- name: "Reload systemd"
systemd:
daemon_reload: true
when: ansible_service_mgr == "systemd"
- name: Ensure PostgreSQL is started and enabled on boot.
service:
name: "{{ postgresql_daemon }}"