Skip to content

Commit 7f675cd

Browse files
authored
Update setup_postgresql.yml
1 parent e32b3aa commit 7f675cd

File tree

1 file changed

+0
-17
lines changed

1 file changed

+0
-17
lines changed

ansible/setup_postgresql.yml

-17
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,6 @@
1111
tasks:
1212

1313

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-
state: present
27-
become: yes
28-
become_user: root
29-
30-
3114

3215
- name: Add PostgreSQL APT repository key
3316
apt_key:

0 commit comments

Comments
 (0)