From 6fdf202b9e86ba3a66bb8037ce580d338af69a19 Mon Sep 17 00:00:00 2001 From: Abhay PS Date: Mon, 20 May 2019 16:52:03 +0200 Subject: [PATCH] test fix --- tests/group_vars/all.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/group_vars/all.yml b/tests/group_vars/all.yml index 8f23807..abd21b7 100644 --- a/tests/group_vars/all.yml +++ b/tests/group_vars/all.yml @@ -1,8 +1,8 @@ --- -image_name: "ubuntu-upstart:14.04" +image_name: "ubuntu-upstart:18.04" mongodb_package: mongodb-org -mongodb_version: "3.6" +mongodb_version: "4.0" mongodb_storage_dbpath: /var/lib/mongodb mongodb_net_bindip: 0.0.0.0 mongodb_login_host: "{{ hostvars[groups['mongo_master'][0]].ansible_default_ipv4.address }}"