mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
Install 'monit' if monit_install and not Debian 10+
This commit is contained in:
parent
3ea1b681e2
commit
587a6bf5dd
1 changed files with 3 additions and 0 deletions
3
roles/monit/tasks/main.yml
Normal file
3
roles/monit/tasks/main.yml
Normal 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))
|
Loading…
Reference in a new issue