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 b01eb51 commit 40baa52Copy full SHA for 40baa52
ansible/roles/wikipedia-mongodb-seeder/tasks/main.yaml
@@ -14,7 +14,7 @@
14
- name: Copy python scripts to remote server
15
ansible.builtin.copy:
16
src: "{{ item }}"
17
- dest: /home/ubuntu/
+ dest: /home/ubuntu/wikipedia-mongodb-seeder
18
owner: ubuntu
19
mode: "0775"
20
with_fileglob:
@@ -23,10 +23,11 @@
23
- name: Copy requirements to remote server
24
25
src: files/requirements.txt
26
27
28
29
30
- name: Install Python requirements
31
ansible.builtin.pip:
32
+ virtualenv: /home/ubuntu/wikipedia-mongodb-seeder/venv
33
requirements: requirements.txt
0 commit comments