mirror of https://github.com/ceph/ceph-ansible.git
6 lines
127 B
YAML
6 lines
127 B
YAML
|
---
|
||
|
- name: fail if systemd is not present
|
||
|
fail:
|
||
|
msg: "Systemd must be present"
|
||
|
when: ansible_service_mgr != 'systemd'
|