Skip to content

Commit

Permalink
Fix ansible syntax raiden-network#61
Browse files Browse the repository at this point in the history
  • Loading branch information
konradkonrad authored and utzig committed Nov 17, 2016
1 parent d3238c0 commit b592126
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/ansible/run-scenario.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,9 @@
# - "{{ raiden_ports }}"

- name: update repository if asked (set `-e force_pull=True`)
shell: "git pull --rebase"
chdir: "{{ raiden_dir }}"
shell:
cmd: "git pull --rebase"
chdir: "{{ raiden_dir }}"
when: force_pull is defined

- name: execute raidens asynchronously
Expand Down

0 comments on commit b592126

Please sign in to comment.