Skip to content

Commit a1d109d

Browse files
committed
Fix typo
1 parent 96c609e commit a1d109d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/install.deb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
- name: Add APT repository
2626
apt_repository: repo="{{mongodb_repository}}" update_cache=yes
2727

28-
- name: Endure /data directory
28+
- name: Ensure /data directory
2929
file: path=/data/db state=directory owner=mongodb recurse=yes
3030

3131
- name: Install MongoDB package

0 commit comments

Comments
 (0)