1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-13 03:32:12 +00:00

Install 'monit' if monit_install and not Debian 10+

This commit is contained in:
A Holt 2019-07-08 07:36:14 -04:00 committed by GitHub
parent 3ea1b681e2
commit 587a6bf5dd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,3 @@
- name: Install 'monit' if monit_install and not Debian 10+
include_tasks: install.yml
when: monit_install and not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))