diff --git a/mongo.yml b/mongo.yml index 5fb8903..78d67d0 100644 --- a/mongo.yml +++ b/mongo.yml @@ -56,6 +56,6 @@ # - 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 update_cache=yes + apt: pkg=mongodb-org state=latest # notify: # - start mongodb \ No newline at end of file