Skip to content

Commit b474bc2

Browse files
bump version
1 parent d860b02 commit b474bc2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

ansible/group_vars/alpha-sauron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# upstart template variables
22
name: sauron
33

4-
app_name: {{ name }}
4+
app_name: "{{ name }}"
55
app_repo: "git@github.com:CodeNow/{{ name }}.git"
66

77
redis_host: "{{ hostvars[groups['redis'][0]]['ansible_default_ipv4']['address'] }}"

ansible/roles/git_node_service/handlers/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
- name: npm install {{ app_name }}
3+
sudo: yes
34
npm: path=/opt/runnable/{{ app_name }}
45

56
- name: restart service {{ app_name }}

ansible/roles/sauron/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
sudo: yes
66

77
- name: install weave
8-
get_url: url=https://github.com/weaveworks/weave/releases/download/v1.1.2/weave
8+
get_url: url=https://github.com/weaveworks/weave/releases/download/v1.2.0/weave
99
dest="{{ weave_path }}"
1010
mode=0777
1111
force=yes

0 commit comments

Comments
 (0)