You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/integration/targets/grafana_datasource/tasks/main.yml

9 lines
206 B
YAML

- block:
- include: elastic.yml
- include: influx.yml
- include: postgres.yml
- include: cloudwatch.yml
when:
- ansible_distribution == 'Ubuntu'
- ansible_distribution_release != 'trusty'