xoxys.postgres/tasks/post_tasks.yml

9 lines
166 B
YAML

---
- name: Ensure PostgreSQL is up and running
service:
name: "{{ __postgres_daemon }}"
state: started
enabled: yes
become: True
become_user: root