ceph-ansible/roles/ceph-docker-common/tasks/system_checks.yml

6 lines
127 B
YAML

---
- name: fail if systemd is not present
fail:
msg: "Systemd must be present"
when: ansible_service_mgr != 'systemd'