mongodb role: fix a typo.

This commit is contained in:
Andrea Dell'Amico 2017-12-06 13:42:26 +01:00
parent 06e6b8aeeb
commit fca2da27bc
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
tags: mongodb
- name: Install the mongodb repository
ansible_repository: repo="deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" update_cache=yes state=present
apt_repository: repo="deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen" update_cache=yes state=present
when: mongodb_install_from_external_repo
register: external_repo
tags: mongodb