mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
5 lines
250 B
YAML
5 lines
250 B
YAML
# 2019-07-08: legacy vars mongodb_install & mongodb_enabled are ignored at this time.
|
|
|
|
- name: Install 'mongodb' if not Debian 10+
|
|
include_tasks: install.yml
|
|
when: not ((is_debian and not is_raspbian) and (not is_debian_8) and (not is_debian_9))
|