9 lines
204 B
YAML
9 lines
204 B
YAML
---
|
|
- name: wait 2s to free connections
|
|
shell: sleep 2
|
|
- name: stop {{repo}}
|
|
service: name={{repo}} state=stopped
|
|
#- name: clean {{repo}} logs
|
|
#shell: cd {{remote_dir}}/../logs/{{repo}} && rm -f *
|
|
|