---
- name: Install psycopg2-binary
  become: true
  become_user: postgres
  pip:
    name: psycopg2-binary
