removed unuseful variable mongodb_update_conf

This commit is contained in:
Roberto Cirillo 2018-09-26 10:00:50 +02:00
parent 1f5f775ae2
commit 871d540340
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
- block: - block:
- name: Install/Update the mongodb configuration - 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 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 notify: Restart mongodb
when: mongodb_install_server when: mongodb_install_server