Open
Description
- name: Install MongoDB
include_role:
name: undergreen.mongodb
tags: [mongodb]
vars:
mongodb_version: "{{ MONGODB_VERSION }}"
mongodb_package: "{{ MONGODB_PACKAGE }}"
# ...
MONGODB_VERSION: "4.0"
MONGODB_PACKAGE: mongodb-org
deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse
added to /etc/apt/sources.list.d
In the previous attempt the awx log showed something about 4.0, I can't find that log this time.
I don't know where to start to debug this
Metadata
Metadata
Assignees
Labels
No labels