Skip to content

Commit 1b37983

Browse files
committed
Install requirements
1 parent 40baa52 commit 1b37983

File tree

1 file changed

+2
-0
lines changed
  • ansible/roles/wikipedia-mongodb-seeder/tasks

1 file changed

+2
-0
lines changed

ansible/roles/wikipedia-mongodb-seeder/tasks/main.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
name:
99
- python3.12
1010
- python3-pip
11+
- python3.12-venv
1112
state: present
1213
update_cache: true
1314

@@ -30,4 +31,5 @@
3031
- name: Install Python requirements
3132
ansible.builtin.pip:
3233
virtualenv: /home/ubuntu/wikipedia-mongodb-seeder/venv
34+
virtualenv_command: python3.12 -m venv
3335
requirements: requirements.txt

0 commit comments

Comments
 (0)