diff --git a/tests/pre.yml b/tests/pre.yml
index 864194ffba058293c92c99d57316a58e41b247a6..074dd35e8281dc3fec47fb97e2a818941180788c 100644
--- a/tests/pre.yml
+++ b/tests/pre.yml
@@ -38,13 +38,3 @@
       hostname:
         name: "{{ inventory_hostname }}"
       become: true
-
-    # NOTE(yoctozepto): CentOS 7 image uses myhostname plugin for NSS
-    # which creates issues with IPv6-only deployment by providing
-    # an IPv4 address for the current hostname (affects rabbitmq)
-    - name: Disable myhostname NSS plugin
-      become: true
-      replace:
-        path: /etc/nsswitch.conf
-        regexp: ' myhostname'
-        replace: ''