Skip to content

Commit b9a39ba

Browse files
author
Dmitriy SKopintsev
committed
[#202] - Fix to have ability to install exact version of mongodb
1 parent 4531d91 commit b9a39ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.redhat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
- name: Install MongoDB package
2323
yum:
24-
name: "{{ mongodb_package }}{% if (mongodb_version | length > 3) %}={{ mongodb_version }}{% endif %}"
24+
name: "{{ mongodb_package }}{% if (mongodb_version | length > 3) %}-{{ mongodb_version }}{% endif %}"
2525
state: "{{ mongodb_package_state }}"
2626
lock_timeout: "{{ yum_lock_timeout }}"
2727

0 commit comments

Comments
 (0)