4 lines
93 B
YAML
4 lines
93 B
YAML
---
|
|
- name: Stop if non systemd OS type
|
|
assert:
|
|
that: ansible_service_mgr == "systemd"
|