From cd4df6fd3c4734822dbc4e73a9b55adfb845cec2 Mon Sep 17 00:00:00 2001 From: nd Date: Fri, 3 Mar 2023 23:39:11 +0100 Subject: [PATCH] add contrib, remove stretch support --- tasks/main.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/tasks/main.yml b/tasks/main.yml index ee2dcf0..63135e1 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -2,14 +2,9 @@ apt: pkg: - postgresql + - postgresql-contrib - python3-psycopg2 -- name: install python2 psycopg2 - apt: - pkg: - - python-psycopg2 - when: ansible_distribution_release == 'stretch' - - name: generate pg_hba template: src: pg_hba.conf.j2