Skip to content

Commit 9af62f8

Browse files
bump weave version
1 parent a9714b8 commit 9af62f8

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ansible/roles/sauron/tasks/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
- name: reset weave
3-
command: "{{weave_path}} reset"
3+
command: "{{ weave_path }} reset"
44
when: weave_reset is defined
55
sudo: yes
66

77
- name: install weave
8-
get_url: url=https://github.com/zettio/weave/releases/download/v0.11.1/weave
9-
dest="{{weave_path}}"
8+
get_url: url=https://github.com/weaveworks/weave/releases/download/v1.1.2/weave
9+
dest="{{ weave_path }}"
1010
mode=0777
1111
force=yes
1212
sudo: yes
1313
register: weave_install
1414

1515
- name: setup weave
16-
command: "{{weave_path}} setup"
16+
command: "{{ weave_path }} setup"
1717
when: weave_install.changed
1818
sudo: yes
1919

0 commit comments

Comments
 (0)