docker-common: remove system_checks.yml

This check is now part of `ceph-validate`.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
pull/3325/head
Guillaume Abrioux 2018-10-19 16:58:44 +02:00 committed by Sébastien Han
parent 1144df2852
commit 8069c25ba5
2 changed files with 0 additions and 8 deletions

View File

@ -1,7 +1,4 @@
---
- name: include system_checks.yml
include_tasks: system_checks.yml
- name: include pre_requisites/prerequisites.yml
include_tasks: pre_requisites/prerequisites.yml
when:

View File

@ -1,5 +0,0 @@
---
- name: fail if systemd is not present
fail:
msg: "Systemd must be present"
when: ansible_service_mgr != 'systemd'