From 7e3b6b882fe4a5ba2fe266bac62962723f5dc9e3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Wed, 17 Aug 2016 09:04:07 +0300 Subject: [PATCH] - Disable landrush_ip by default (causes failure on non-Linux instances). --- molecule.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/molecule.yml b/molecule.yml index d149048..0e6fa47 100644 --- a/molecule.yml +++ b/molecule.yml @@ -23,3 +23,4 @@ vagrant: - 'vm.synced_folder ".", "/vagrant", disabled: true' - 'vbguest.auto_update = false' - 'landrush.enabled = false' + - 'landrush_ip.override = false' -- GitLab