Skip to content
New issue

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

mongodb_version: "4.0" tries to install 4.4 #260

Open
sezanzeb opened this issue Oct 8, 2021 · 0 comments
Open

mongodb_version: "4.0" tries to install 4.4 #260

sezanzeb opened this issue Oct 8, 2021 · 0 comments

Comments

@sezanzeb
Copy link

sezanzeb commented Oct 8, 2021

- 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant