Skip to content

Commit

Permalink
restore old stop
Browse files Browse the repository at this point in the history
  • Loading branch information
adworjan authored Dec 26, 2023
1 parent 91856f0 commit 184b57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/web_attack_stop/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
- name: Stop Attack
ansible.builtin.shell: sleep 2;ps -ef | grep -v grep | grep -w /usr/bin/watch | awk '{print $2}'|xargs kill &>/dev/null; sleep 2
ansible.builtin.shell: "sleep 2;ps -ef | grep -v grep | grep -w /usr/bin/watch | awk '{print $2}'|xargs kill &>/dev/null; sleep 2"

0 comments on commit 184b57e

Please sign in to comment.