We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
- 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
deb [ arch=amd64,arm64 ] https://repo.mongodb.org/apt/ubuntu focal/mongodb-org/4.4 multiverse
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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.dIn 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
The text was updated successfully, but these errors were encountered: