mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Create main.yml
This commit is contained in:
parent
400a81d116
commit
690cd640e9
1 changed files with 5 additions and 0 deletions
5
roles/mongodb/tasks/main.yml
Normal file
5
roles/mongodb/tasks/main.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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))
|
Loading…
Reference in a new issue