]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
docker-common: remove system_checks.yml
authorGuillaume Abrioux <gabrioux@redhat.com>
Fri, 19 Oct 2018 14:58:44 +0000 (16:58 +0200)
committerSébastien Han <seb@redhat.com>
Mon, 12 Nov 2018 09:51:48 +0000 (10:51 +0100)
This check is now part of `ceph-validate`.

Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
roles/ceph-docker-common/tasks/main.yml
roles/ceph-docker-common/tasks/system_checks.yml [deleted file]

index 3747c2aa8fcb9ee8b48738bf770c0753c9e6a1b1..aa585161e88045aac7bf61b9a639f3011c40f3e7 100644 (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:
diff --git a/roles/ceph-docker-common/tasks/system_checks.yml b/roles/ceph-docker-common/tasks/system_checks.yml
deleted file mode 100644 (file)
index a9a5311..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
----
-- name: fail if systemd is not present
-  fail:
-    msg: "Systemd must be present"
-  when: ansible_service_mgr != 'systemd'