aboutsummaryrefslogtreecommitdiffstats
path: root/ansible/roles/postgres/tasks
diff options
context:
space:
mode:
authorLasse Haugen <haugen.lasse@gmail.com>2020-02-01 12:12:29 +0100
committerGitHub <noreply@github.com>2020-02-01 12:12:29 +0100
commitdcf832a28b042687f1d0c742c0804c8eeb747df5 (patch)
treee32323270400e57172a773a7450f999f6a317e67 /ansible/roles/postgres/tasks
parent4dece982e5630dd57d49a10bd043b1e21da1b669 (diff)
parent5bc0bad679cce9ec697e74fc2539e4a7af0cb707 (diff)
Merge pull request #213 from gathering/ansible-ubuntu
Add Ubuntu 18.04 support in Ansible
Diffstat (limited to 'ansible/roles/postgres/tasks')
-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