Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-sb-devops
Commits
4bd13edf
Unverified
Commit
4bd13edf
authored
1 year ago
by
NIKHIL VARMA M
Committed by
GitHub
1 year ago
Browse files
Options
Download
Patches
Plain Diff
Update Ubuntu.yml
parent
e39460ca
release-5.1.0-upsmf-prod
release-5.1.0
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ansible/roles/mongodb-cluster/vars/Ubuntu.yml
+1
-1
ansible/roles/mongodb-cluster/vars/Ubuntu.yml
with
1 addition
and
1 deletion
+1
-1
ansible/roles/mongodb-cluster/vars/Ubuntu.yml
+
1
−
1
View file @
4bd13edf
...
...
@@ -5,7 +5,7 @@ mongodb_repository:
"
4.2"
:
"
deb
http://repo.mongodb.org/apt/ubuntu
{{
ansible_distribution_release
}}/mongodb-org/4.2
multiverse"
"
4.4"
:
"
deb
http://repo.mongodb.org/apt/ubuntu
{{
ansible_distribution_release
}}/mongodb-org/4.4
multiverse"
mongodb_pymongo_package
:
"
{{
'python3-pymongo'
if
ansible_facts['python'].version.major
==
3
else
'python-pymongo'
}}"
mongodb_pymongo_package
:
"
{{
'python3-pymongo'
if
ansible_facts['python'].version.major
==
3
else
'python
3
-pymongo'
}}"
mongodb_pymongo_deps
:
-
"
{{
'python3-dev'
if
ansible_facts['python'].version.major
==
3
else
'python-dev'
}}"
-
"
{{
'python3-pip'
if
ansible_facts['python'].version.major
==
3
else
'python3-pip'
}}"
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets