removed unuseful variable mongodb_update_conf
This commit is contained in:
parent
1f5f775ae2
commit
871d540340
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue