Skip to content

Commit 02f3334

Browse files
committed
Fix issue with amazonlinux
1 parent 79aea9a commit 02f3334

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tasks/install.amazon.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
dest: /etc/yum.repos.d/mongodb.repo
1010
mode: 0644
1111
with_items: "{{ mongodb_major_version }}"
12+
loop_control:
13+
loop_var: version_item
1214
when: mongodb_package == 'mongodb-org'
1315

1416
- name: Install MongoDB package

0 commit comments

Comments
 (0)