Skip to content

Commit 812aa7c

Browse files
remove upstart config
1 parent e6a701b commit 812aa7c

3 files changed

Lines changed: 0 additions & 54 deletions

File tree

ansible/roles/git_node_service/tasks/main.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
---
2-
- name: copy config file
3-
sudo: yes
4-
template:
5-
src=upstart.conf
6-
dest=/etc/init/{{ app_name }}.conf
7-
backup=yes
8-
92
- name: create {{ app_name }} repository dir
103
sudo: yes
114
file:

ansible/roles/git_node_service/templates/upstart.conf

Lines changed: 0 additions & 41 deletions
This file was deleted.

ansible/roles/sauron/tasks/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,3 @@
3939
shell: "docker kill `docker ps | grep weave | awk '{print $1}'` || echo"
4040
when: weave_install.changed
4141
sudo: yes
42-
43-
- name: get org id
44-
sudo: yes
45-
when: docker_config == "docks"
46-
shell: "cut -d, -f 1 /opt/runnable/host_tags"
47-
register: org_id

0 commit comments

Comments
 (0)