From 2bfacc990e4a45803f0caa56007c3112a82a6295 Mon Sep 17 00:00:00 2001 From: Jeff Fry Date: Sun, 27 Sep 2020 12:09:08 -0700 Subject: [PATCH] Added python psycopg error handling. --- .../jfrog/installers/roles/postgres/tasks/Debian.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml b/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml index 611332e..04c9e91 100644 --- a/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml +++ b/Ansible/ansible_collections/jfrog/installers/roles/postgres/tasks/Debian.yml @@ -4,12 +4,14 @@ name: python-psycopg2 update_cache: yes become: yes + ignore_errors: yes - name: install python3 psycopg2 apt: name: python3-psycopg2 update_cache: yes become: yes + ignore_errors: yes - name: add postgres apt key apt_key: