Merge "CI: Remove useless pre task"

This commit is contained in:
Zuul 2020-02-24 16:07:58 +00:00 committed by Gerrit Code Review
commit c3f7b6cce3
1 changed files with 0 additions and 10 deletions

View File

@ -42,13 +42,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: ''