Skip to content
Snippets Groups Projects
Commit c3f7b6cc authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "CI: Remove useless pre task"

parents c00e1be4 dc0c762a
No related branches found
No related tags found
No related merge requests found
...@@ -42,13 +42,3 @@ ...@@ -42,13 +42,3 @@
hostname: hostname:
name: "{{ inventory_hostname }}" name: "{{ inventory_hostname }}"
become: true 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