Skip to content

Commit

Permalink
ansible: fix stop nebd error
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanHai authored and xu-chaojie committed May 18, 2021
1 parent 974c7dc commit 830b6e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@

- name: stop nebd without daemon
ignore_errors: true
shell: {{ sudo }} killall nebd-server
shell: "{{ sudo }}" killall nebd-server
when: not start_by_daemon | bool

0 comments on commit 830b6e8

Please sign in to comment.