Deploy scripts.
This commit is contained in:
parent
f4f0795e80
commit
b7a2cc664f
1 changed files with 9 additions and 0 deletions
|
@ -47,3 +47,12 @@
|
||||||
src: examode.py
|
src: examode.py
|
||||||
dest: /usr/local/bin/examode.py
|
dest: /usr/local/bin/examode.py
|
||||||
mode: 0755
|
mode: 0755
|
||||||
|
|
||||||
|
- name: deploy exam scripts
|
||||||
|
copy:
|
||||||
|
src: "{{ item }}"
|
||||||
|
dest: "/usr/local/bin/{{ item }}"
|
||||||
|
mode: 0755
|
||||||
|
loop:
|
||||||
|
- copy2students
|
||||||
|
- fetchexam
|
||||||
|
|
Loading…
Add table
Reference in a new issue