diff --git a/mongo.yml b/mongo.yml index 78d67d0..9e58f54 100644 --- a/mongo.yml +++ b/mongo.yml @@ -56,6 +56,8 @@ # - name: Add MongoDB repository # apt_repository: repo='deb http://downloads-distro.mongodb.org/repo/ubuntu-upstart dist 10gen' state=present - name: install mongodb - apt: pkg=mongodb-org state=latest + apt: + name: mongodb-org + state: present # notify: # - start mongodb \ No newline at end of file