forceconfnew in mongodb-org-3 install

This commit is contained in:
Tommaso Piccioli 2016-02-11 10:45:47 +01:00
parent e7955a7acb
commit ec797256b3
1 changed files with 1 additions and 1 deletions

View File

@ -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