Cahgned kill_playbook to send proper signal

This commit is contained in:
StephenButtolph 2020-05-07 12:04:04 -04:00
parent a5a3c703f1
commit c43d9f5b2f
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
- name: Kill Node
command: killall ava
command: killall -SIGINT ava
ignore_errors: true