diff --git a/molecule/alternative/playbook.yml b/molecule/alternative/playbook.yml
index 991a4b8030e36c6d27d362c1ff945e9008b70296..ce050ec4e31dff6bf631a115d34db2648e49d531 100644
--- a/molecule/alternative/playbook.yml
+++ b/molecule/alternative/playbook.yml
@@ -22,6 +22,7 @@
           dest: "{{ node_exporter_tls_server_config.key_file }}"
   vars:
     node_exporter_binary_local_dir: "/tmp/node_exporter-linux-amd64"
+    node_exporter_web_listen_address: "127.0.0.1:8080"
     node_exporter_textfile_dir: ""
     node_exporter_enabled_collectors:
       - entropy
diff --git a/molecule/alternative/tests/test_alternative.py b/molecule/alternative/tests/test_alternative.py
index 87cfc15ad5157498808b7ddd9c23f4a55be65a12..77d847760dc94815e5123e0bf92cc2944f367712 100644
--- a/molecule/alternative/tests/test_alternative.py
+++ b/molecule/alternative/tests/test_alternative.py
@@ -22,7 +22,7 @@ def test_service(host):
 
 def test_socket(host):
     sockets = [
-        "tcp://127.0.0.1:9100"
+        "tcp://127.0.0.1:8080"
     ]
     for socket in sockets:
         s = host.socket(socket)