mirror of
https://github.com/iiab/iiab.git
synced 2025-02-13 11:42:08 +00:00
2022 -> 2023: Fix PR #3469 comment typo
This commit is contained in:
parent
06f8001cb7
commit
68dfc9239b
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@
|
||||||
when: is_debian and os_ver is version('debian-12', '<') and ansible_architecture == "x86_64"
|
when: is_debian and os_ver is version('debian-12', '<') and ansible_architecture == "x86_64"
|
||||||
#when: is_debian and ansible_architecture == "x86_64"
|
#when: is_debian and ansible_architecture == "x86_64"
|
||||||
|
|
||||||
# 2022-01-19: Tested on x86_64 VM's with Ubuntu 22.04 & Debian 12. Based on
|
# 2023-01-19: Tested on x86_64 VM's with Ubuntu 22.04 & Debian 12. Based on
|
||||||
# MongoDB 6.0.3 (released 2022-11-15) instructions here:
|
# MongoDB 6.0.3 (released 2022-11-15) instructions here:
|
||||||
# https://www.mongodb.com/community/forums/t/installing-mongodb-over-ubuntu-22-04/159931/90
|
# https://www.mongodb.com/community/forums/t/installing-mongodb-over-ubuntu-22-04/159931/90
|
||||||
# WHEREAS 64-bit Raspberry Pi is likely NOT supported for now, as MongoDB 6.0
|
# WHEREAS 64-bit Raspberry Pi is likely NOT supported for now, as MongoDB 6.0
|
||||||
|
|
Loading…
Reference in a new issue