Browse Source

start postgres at startup

services
Edoardo Putti 8 years ago
parent
commit
782439486f
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      roles/postgres/tasks/main.yaml

+ 2
- 0
roles/postgres/tasks/main.yaml View File

@ -4,3 +4,5 @@
- postgresql
- postgresql-contrib
- python-psycopg2
- name: start postgresql at boot
service: name=postgresql state=started enabled=yes

Loading…
Cancel
Save