Added python psycopg error handling.

This commit is contained in:
Jeff Fry
2020-09-27 12:09:08 -07:00
parent 31bbbed809
commit 2bfacc990e

View File

@@ -4,12 +4,14 @@
name: python-psycopg2 name: python-psycopg2
update_cache: yes update_cache: yes
become: yes become: yes
ignore_errors: yes
- name: install python3 psycopg2 - name: install python3 psycopg2
apt: apt:
name: python3-psycopg2 name: python3-psycopg2
update_cache: yes update_cache: yes
become: yes become: yes
ignore_errors: yes
- name: add postgres apt key - name: add postgres apt key
apt_key: apt_key: