filebeat: fix bad conditions merge

This commit is contained in:
Jérémy Lecour 2017-05-19 22:52:33 +02:00
parent 0382d47fbd
commit 0bbc4c1559

View file

@ -56,4 +56,8 @@
args:
warn: no
changed_when: False
when: usr_partition.rc == 0 and filebeat_logstash_plugin and logstash_plugin.stat.exists and not logstash_plugin_installed | success
when: usr_partition.rc == 0
when:
- filebeat_logstash_plugin
- logstash_plugin.stat.exists
- not logstash_plugin_installed | success