mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
IPA-tuura: install psycopg2 in the virtualenv
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
- gssproxy
|
||||
- openssh-clients
|
||||
- sshpass
|
||||
- python3-psycopg2
|
||||
tags:
|
||||
- ipatuura
|
||||
|
||||
@@ -110,6 +109,15 @@
|
||||
tags:
|
||||
- ipatuura
|
||||
|
||||
- name: Install additional dependencies
|
||||
ansible.builtin.pip:
|
||||
virtualenv: /srv/venv
|
||||
virtualenv_command: /usr/bin/python3 -m venv
|
||||
names:
|
||||
- psycopg2
|
||||
tags:
|
||||
- ipatuura
|
||||
|
||||
- name: Create the configuration directory
|
||||
ansible.builtin.file:
|
||||
path: /etc/ipa-tuura
|
||||
|
||||
Reference in New Issue
Block a user