6 lines
255 B
YAML
6 lines
255 B
YAML
---
|
|
- name: Fail if OS is not supported
|
|
fail:
|
|
msg: "The Datadog Ansible role does not support your OS yet. Please email support@datadoghq.com to open a feature request."
|
|
when: ansible_facts.os_family not in ["RedHat", "Debian", "Suse", "Windows"]
|