Skip to content
Snippets Groups Projects
Commit dc0c762a authored by Radosław Piliszek's avatar Radosław Piliszek
Browse files

CI: Remove useless pre task

This was never necessary because C7 IPv6 CI was not enabled at
the time and later we fixed IPv6 in C7 to avoid this issue.
In Ussuri C7 is going away so even more reasons to drop it. :-)

Change-Id: I4066c9cd86ff892d78f6713589f9afffc611dcc1
parent ae412871
No related branches found
No related tags found
No related merge requests found
......@@ -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: ''
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment