We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9a39ba commit 7057921Copy full SHA for 7057921
tasks/install.amazon.yml
@@ -15,7 +15,7 @@
15
16
- name: Install MongoDB package
17
yum:
18
- name: "{{ mongodb_package }}{% if (mongodb_version | length > 3) %}={{ mongodb_version }}{% endif %}"
+ name: "{{ mongodb_package }}{% if (mongodb_version | length > 3) %}-{{ mongodb_version }}{% endif %}"
19
state: "{{ mongodb_package_state }}"
20
lock_timeout: "{{ yum_lock_timeout }}"
21
0 commit comments