aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/postgres
diff options
context:
space:
mode:
authorOle Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com>2019-10-30 23:47:38 +0100
committerOle Mathias Aa. Heggem <olemathias.aa.heggem@gmail.com>2019-10-30 23:47:38 +0100
commiteef0d38d7602ff57a4a935937b55e11f2295968d (patch)
tree3b51a9ecfe97a57d4bb9cdfc47b1f6a6e72ff32f /ansible/roles/postgres
parenta5cfd65181fcb28e5b1de5a738baad13ee8ab354 (diff)
Add basic ubuntu/debian10 support in ansible
Diffstat (limited to 'ansible/roles/postgres')
-rw-r--r--ansible/roles/postgres/tasks/main.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/ansible/roles/postgres/tasks/main.yml b/ansible/roles/postgres/tasks/main.yml
index 902eeb9..541a198 100644
--- a/ansible/roles/postgres/tasks/main.yml
+++ b/ansible/roles/postgres/tasks/main.yml
@@ -5,10 +5,6 @@
apt:
name: ['postgresql', 'python-psycopg2', 'sudo']
state: present
-- name: Drop postgresql-config
- copy:
- dest: /etc/postgresql/9.6/main/postgresql.conf
- src: postgresql.conf
- name: Add db to hosts
lineinfile:
dest: /etc/hosts