Redis: Fix error in the conditional inclusion of nrpe_stretch.yml

This commit is contained in:
Ludovic Poujol 2017-09-28 18:03:26 +02:00
parent c12559193a
commit 43d2de5da7

View file

@ -42,4 +42,4 @@
register: nrpe_evolix_config
- include: nrpe_stretch.yml
when: ansible_distribution_release == "stretch" and nrpe_evolix_config == true
when: ansible_distribution_release == "stretch" and nrpe_evolix_config.stat.exists == true