ansible/roles/postgresql-client/tasks/main.yml in subspace-3.0.6 vs ansible/roles/postgresql-client/tasks/main.yml in subspace-3.0.9
- old
+ new
@@ -64,10 +64,10 @@
- deps
- name: Install psycopg2 (python3)
when: is_python3 is succeeded
become: yes
- command: "pip3 install psycopg2"
+ command: "pip3 install psycopg2 --break-system-packages"
tags:
- postgresql
- db
- deps