6 lines
115 B
YAML
6 lines
115 B
YAML
---
|
|
- name: Stop if non systemd OS type
|
|
assert:
|
|
that: ansible_service_mgr == "systemd"
|
|
tags:
|
|
- asserts
|