diff --git a/tests/pre.yml b/tests/pre.yml index 864194ffba..074dd35e82 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: ''