From 871d5403405ef84e2d74d18f69570eebc9cba759 Mon Sep 17 00:00:00 2001 From: Roberto Date: Wed, 26 Sep 2018 10:00:50 +0200 Subject: [PATCH] removed unuseful variable mongodb_update_conf --- mongodb-org/tasks/mongodb.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mongodb-org/tasks/mongodb.yml b/mongodb-org/tasks/mongodb.yml index 97006b50..23438a98 100644 --- a/mongodb-org/tasks/mongodb.yml +++ b/mongodb-org/tasks/mongodb.yml @@ -41,7 +41,7 @@ - block: - name: Install/Update the mongodb configuration template: src=mongod-{{ mongodb_version }}.conf.j2 dest=/etc/mongod.conf owner=root group=root mode=0444 backup=yes - when: mongodb_install_conf or mongodb_update_conf + when: mongodb_install_conf notify: Restart mongodb when: mongodb_install_server