forceconfnew in mongodb-org-3 install
This commit is contained in:
parent
e7955a7acb
commit
ec797256b3
|
@ -17,7 +17,7 @@
|
||||||
tags: mongodb
|
tags: mongodb
|
||||||
|
|
||||||
- name: Install the latest version of mongodb server
|
- 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:
|
with_items:
|
||||||
- mongodb-org
|
- mongodb-org
|
||||||
- mongodb-org-mongos
|
- mongodb-org-mongos
|
||||||
|
|
Loading…
Reference in New Issue