mongodb: allow unauthenticated packages for Jessie

This commit is contained in:
Jérémy Lecour 2018-04-05 15:23:12 +02:00 committed by Jérémy Lecour
parent 786f25731e
commit 3b8c57faee
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ The **patch** part changes incrementally at each release.
* elasticsearch: RESTART_ON_UPGRADE is configurable (default: `true`)
* nagios-nrpe: mark plugins as executable
* mongodb: configuration is forced by default but it's configurable (default: `false`)
* mongodb: allow unauthenticated packages for Jessie
* nginx: package name can be specified (default: `nginx-full`)
* evolinux-base: Exec the firewall tasks sooner (to avoid dependency issues)
* webapps/evoadmin-web: Fail if variable evoadmin_contact_email isn't defined

View File

@ -15,6 +15,7 @@
- name: Install packages
apt:
name: mongodb-org
allow_unauthenticated: yes
state: installed
- name: install dependency for monitoring