Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
make sure only syncd is match on pgrep
  • Loading branch information
abdosi authored and yxieca committed Jun 2, 2020
1 parent 3a87025 commit 486047c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible/roles/test/tasks/restart_syncd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
seconds: 10

- name: Look for syncd process
shell: pgrep "\<syncd\>" -a
shell: pgrep syncd -a -x
register: syncd_out
ignore_errors: yes

Expand Down

0 comments on commit 486047c

Please sign in to comment.