diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2019-01-13 21:21:51 +0100 |
---|---|---|
committer | Lasse Haugen <haugen.lasse@gmail.com> | 2019-01-13 21:21:51 +0100 |
commit | 1cb5d90536de7fbbc812149c3c5f57842766342e (patch) | |
tree | a3e2ef3b8af2ae8008f7127fec4453f7c82133f1 /ansible | |
parent | 9cf888fd6345642e47d750e1872aa82ad32985a8 (diff) |
Update to debian9
Diffstat (limited to 'ansible')
-rw-r--r-- | ansible/roles/postgres/tasks/main.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ansible/roles/postgres/tasks/main.yml b/ansible/roles/postgres/tasks/main.yml index 9adeafe..3073046 100644 --- a/ansible/roles/postgres/tasks/main.yml +++ b/ansible/roles/postgres/tasks/main.yml @@ -3,12 +3,12 @@ name: "{{ item }}" state: present with_items: - - postgresql-9.4 + - postgresql - python-psycopg2 - sudo - name: Drop postgresql-config copy: - dest: /etc/postgresql/9.4/main/postgresql.conf + dest: /etc/postgresql/9.6/main/postgresql.conf src: postgresql.conf - name: Add db to hosts lineinfile: |