Skip to content

Commit 7057921

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.amazon.yml

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

1616
- name: Install MongoDB package
1717
yum:
18-
name: "{{ mongodb_package }}{% if (mongodb_version | length > 3) %}={{ mongodb_version }}{% endif %}"
18+
name: "{{ mongodb_package }}{% if (mongodb_version | length > 3) %}-{{ mongodb_version }}{% endif %}"
1919
state: "{{ mongodb_package_state }}"
2020
lock_timeout: "{{ yum_lock_timeout }}"
2121

0 commit comments

Comments
 (0)