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
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: