mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 09:06:57 -06:00
Added python psycopg error handling.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user