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 1b37983 commit 47799bfCopy full SHA for 47799bf
ansible/roles/wikipedia-mongodb-seeder/tasks/main.yaml
@@ -15,7 +15,7 @@
15
- name: Copy python scripts to remote server
16
ansible.builtin.copy:
17
src: "{{ item }}"
18
- dest: /home/ubuntu/wikipedia-mongodb-seeder
+ dest: /home/ubuntu/wikipedia-mongodb-seeder/
19
owner: ubuntu
20
mode: "0775"
21
with_fileglob:
@@ -24,7 +24,7 @@
24
- name: Copy requirements to remote server
25
26
src: files/requirements.txt
27
28
29
30
0 commit comments