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