This commit is contained in:
Dariusz Luksza 2015-08-18 23:40:34 +02:00
parent 96c609e722
commit a1d109d0ab
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
- name: Add APT repository
apt_repository: repo="{{mongodb_repository}}" update_cache=yes
- name: Endure /data directory
- name: Ensure /data directory
file: path=/data/db state=directory owner=mongodb recurse=yes
- name: Install MongoDB package