forked from ISTI-ansible-roles/ansible-roles
forceconfnew in mongodb-org-3 install
This commit is contained in:
parent
e7955a7acb
commit
ec797256b3
|
@ -17,7 +17,7 @@
|
|||
tags: mongodb
|
||||
|
||||
- name: Install the latest version of mongodb server
|
||||
apt: pkg={{ item }} state={{ mongodb_pkg_state }} update_cache=yes
|
||||
apt: pkg={{ item }} state={{ mongodb_pkg_state }} update_cache=yes dpkg_options='force-confnew'
|
||||
with_items:
|
||||
- mongodb-org
|
||||
- mongodb-org-mongos
|
||||
|
|
Loading…
Reference in New Issue