Fix failures on travis

This commit is contained in:
Emilien Mantel
2017-07-27 14:56:43 +02:00
parent 4751eaa3c1
commit b72263f7e5
4 changed files with 4 additions and 4 deletions

View File

@@ -378,7 +378,7 @@
register: nagios_cgi
failed_when: nagios_cgi.stdout.find('Nagios Event Summary') == -1
when: ansible_distribution_major_version < 9
when: ansible_distribution_major_version | version_compare('9', 'lt')
# --------------------------------
# Owncloud