We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ec2bb9 commit 90351bbCopy full SHA for 90351bb
ansible/roles/test/tasks/restart_syncd.yml
@@ -15,7 +15,7 @@
15
seconds: 10
16
17
- name: Look for syncd process
18
- shell: pgrep "\<syncd\>" -a
+ shell: pgrep syncd -a -x
19
register: syncd_out
20
ignore_errors: yes
21
0 commit comments