Skip to content

Commit

Permalink
Add vars.local.yml and remove assignments task.
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanlovett committed Jul 2, 2015
1 parent 4e1945f commit 7788e8f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions download.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
vars_files:
- 'secrets.vault.yml'
- 'users.vault.yml'
- 'vars.yml'
- ['vars.local.yml', 'vars.yml']

vars_prompt:
assignment: "Which assignment?"

tasks:
- name: create /srv/assignments
file: path=/srv/assignments state=directory
sudo: yes

- name: collect submissions
collect_submissions:
src: '.nbgrader/submissions/{{ assignment }}.tar.gz'
Expand Down

0 comments on commit 7788e8f

Please sign in to comment.