ansible/roles/telegraf/tasks/install.yml

7 lines
141 B
YAML
Raw Normal View History

2021-01-10 19:11:32 +01:00
---
- include: install-redhat.yml
when: ansible_os_family == "RedHat"
- include: install-debian.yml
when: ansible_os_family == "Debian"