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