Skip to content

Commit

Permalink
Fix issue with amazonlinux
Browse files Browse the repository at this point in the history
  • Loading branch information
UnderGreen committed May 28, 2019
1 parent 79aea9a commit 02f3334
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tasks/install.amazon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
dest: /etc/yum.repos.d/mongodb.repo
mode: 0644
with_items: "{{ mongodb_major_version }}"
loop_control:
loop_var: version_item
when: mongodb_package == 'mongodb-org'

- name: Install MongoDB package
Expand Down

0 comments on commit 02f3334

Please sign in to comment.