File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,3 +2,6 @@ node_modules
22ca-key.pem
33pass
44hellorunnable
5+ dump.rdb
6+ erl_crash.dump
7+ npm-debug.log
Original file line number Diff line number Diff line change 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 :
2619
2720- name : remove node_modules
2821 sudo : yes
22+ when : remove_node_modules is defined
2923 file :
3024 path=/opt/runnable/{{ app_name }}/node_modules
3125 state=absent
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments