Skip to content

Commit 6fdf202

Browse files
committed
test fix
1 parent 3b22a28 commit 6fdf202

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/group_vars/all.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22

3-
image_name: "ubuntu-upstart:14.04"
3+
image_name: "ubuntu-upstart:18.04"
44
mongodb_package: mongodb-org
5-
mongodb_version: "3.6"
5+
mongodb_version: "4.0"
66
mongodb_storage_dbpath: /var/lib/mongodb
77
mongodb_net_bindip: 0.0.0.0
88
mongodb_login_host: "{{ hostvars[groups['mongo_master'][0]].ansible_default_ipv4.address }}"

0 commit comments

Comments
 (0)