Merge pull request #270 from bjne/patch-3

simplify running process check
pull/272/head
Leseb 2015-06-08 18:09:18 +02:00
commit 55faf977c0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
- include: pre_requisite.yml
- name: check if Ceph REST API is already started
shell: "ps aux|grep [c]eph-rest-api"
shell: "pgrep ceph-rest-api"
register: restapi_status
ignore_errors: True