xoxys.postgres/tasks/post_tasks.yml

9 lines
166 B
YAML
Raw Normal View History

2018-10-16 00:07:17 +02:00
---
- name: Ensure PostgreSQL is up and running
service:
2018-10-16 00:39:52 +02:00
name: "{{ __postgres_daemon }}"
2018-10-16 00:07:17 +02:00
state: started
enabled: yes
become: True
become_user: root