Files
dsk-iac/ansible/01_old/roles/datadog.datadog/tasks/os-check.yml
2023-12-19 13:36:16 +09:00

6 lines
287 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", "Rocky", "AlmaLinux", "Debian", "Suse", "Windows", "Darwin"]