From 3d57f1c51d8ce378ff06570c5d5f43d6301bd322 Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Sat, 7 Jul 2018 18:59:07 +0200 Subject: [PATCH] fix typos --- tasks/auth.yml | 4 ++-- tasks/install.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tasks/auth.yml b/tasks/auth.yml index 0767071..decd044 100644 --- a/tasks/auth.yml +++ b/tasks/auth.yml @@ -17,7 +17,7 @@ - name: Restart service service: name: mongod - state: restarte + state: restarted changed_when: False become: True @@ -40,6 +40,6 @@ - name: Restart service service: name: mongod - state: restarte + state: restarted changed_when: False become: True diff --git a/tasks/install.yml b/tasks/install.yml index 671a982..dea4e4f 100644 --- a/tasks/install.yml +++ b/tasks/install.yml @@ -44,7 +44,7 @@ state: directory when: mongodb_systemlog_destination == 'logfile' - - name: Make sure mongodb is running + - name: Make sure mongodb is up and running systemd: name: mongod state: started