From 804b562713fe522c1002683bdfae21c216e89a05 Mon Sep 17 00:00:00 2001 From: Kirill Klenov Date: Wed, 30 Jul 2014 18:06:15 +0100 Subject: [PATCH] Fix mongodb service name. Rollback 1.0.1 --- tasks/mongodb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/mongodb.yml b/tasks/mongodb.yml index a6bc996..5d704d8 100644 --- a/tasks/mongodb.yml +++ b/tasks/mongodb.yml @@ -4,6 +4,6 @@ when: ansible_os_family == 'Debian' - name: Ensure mongodb is started - service: name=mongod state=started + service: name=mongodb state=started - include: configure.yml