test: hard-code auto_bridge_add
diff --git a/molecule/default/group_vars/all/molecule.yml b/molecule/default/group_vars/all/molecule.yml
index d726bd7..7b122e0 100644
--- a/molecule/default/group_vars/all/molecule.yml
+++ b/molecule/default/group_vars/all/molecule.yml
@@ -8,3 +8,8 @@
     disk_format: raw

     container_format: bare

     is_public: true

+

+neutron_helm_values:

+  conf:

+    auto_bridge_add:

+      br-ex: ens4

diff --git a/playbooks/generate_workspace.yml b/playbooks/generate_workspace.yml
index 984eb71..9e4206b 100644
--- a/playbooks/generate_workspace.yml
+++ b/playbooks/generate_workspace.yml
@@ -261,10 +261,6 @@
       #               so we generate a stub one if and only if it doesn't exist
       when: item.key not in neutron
       with_dict:
-        neutron_helm_values:
-          conf:
-            auto_bridge_add:
-              br-ex: ens4
         neutron_networks:
           - name: public
             external: true