From 60d5cfde580c6e744d356fd82427f3c4425936f2 Mon Sep 17 00:00:00 2001 From: Tommaso Piccioli Date: Wed, 13 Oct 2021 15:57:35 +0200 Subject: [PATCH] Update 'tasks/mongodb.yml' --- tasks/mongodb.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tasks/mongodb.yml b/tasks/mongodb.yml index 6cb474f..e67780c 100644 --- a/tasks/mongodb.yml +++ b/tasks/mongodb.yml @@ -55,7 +55,7 @@ - name: Install the mongodb-org defaults file template: src=mongod-default.j2 dest=/etc/default/mongod owner=root group=root mode=0444 when: mongodb_install_conf - notify: Restart mongod + notify: Restart mongodb tags: [ 'mongodb', 'mongodb_update_conf' ] when: @@ -75,7 +75,7 @@ - name: Install/Update the mongodb configuration template: src=mongod-{{ mongodb_version }}.conf.j2 dest=/etc/mongodb.conf owner=root group=root mode=0444 backup=yes when: mongodb_install_conf - notify: Restart mongod + notify: Restart mongodb tags: [ 'mongodb', 'mongodb_update_conf' ] when: