diff --git a/mongo.yml b/mongo.yml index cccf55b..cf10c90 100644 --- a/mongo.yml +++ b/mongo.yml @@ -59,5 +59,7 @@ apt: name: mongodb state: present + - name: run mongodb + command: sudo service mongodb start # notify: # - start mongodb \ No newline at end of file