We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32b3aa commit 7f675cdCopy full SHA for 7f675cd
ansible/setup_postgresql.yml
@@ -11,23 +11,6 @@
11
tasks:
12
13
14
- - name: Install psycopg2-binary Python library
15
- pip:
16
- name: psycopg2-binary
17
- executable: /opt/pipx/venvs/ansible-core/bin/python
18
- state: present
19
- become: yes
20
- become_user: root
21
-
22
23
- - name: Install psycopg2 Python library
24
- package:
25
- name: python3-psycopg2 # This might vary based on your system, adjust as needed
26
27
28
29
30
31
32
- name: Add PostgreSQL APT repository key
33
apt_key:
0 commit comments