ansible-roles/newrelic/tasks/main.yml
Jérémy Lecour 2ed77c60f0 Improve Ansible syntax
replace « x | changed » by « x is changed »
add explicit « bool » filter
use « length » filter instead of string comparison
2021-05-09 23:06:42 +02:00

10 lines
132 B
YAML

---
- include: sources.yml
- include: php.yml
when: newrelic_php | bool
- include: sysmond.yml
when: newrelic_sysmond | bool