mirror of https://github.com/ceph/ceph-ansible.git
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
parent
1144df2852
commit
8069c25ba5
|
@ -1,7 +1,4 @@
|
||||||
---
|
---
|
||||||
- name: include system_checks.yml
|
|
||||||
include_tasks: system_checks.yml
|
|
||||||
|
|
||||||
- name: include pre_requisites/prerequisites.yml
|
- name: include pre_requisites/prerequisites.yml
|
||||||
include_tasks: pre_requisites/prerequisites.yml
|
include_tasks: pre_requisites/prerequisites.yml
|
||||||
when:
|
when:
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
- name: fail if systemd is not present
|
|
||||||
fail:
|
|
||||||
msg: "Systemd must be present"
|
|
||||||
when: ansible_service_mgr != 'systemd'
|
|
Loading…
Reference in New Issue