Merge "Use local connection while collecting instance info"

This commit is contained in:
Zuul 2022-12-07 16:50:11 +00:00 committed by Gerrit Code Review
commit 62ed53c433

View File

@ -309,7 +309,7 @@ function get_instance_info {
fi
if [ "$(command -v ansible)" ]; then
ANSIBLE_HOST_KEY_CHECKING=False \
ansible -i "localhost," localhost -m setup > \
ansible -i "localhost," localhost -m setup -c local > \
"/openstack/log/instance-info/host_system_info_${TS}.log" || true
fi
get_repos_info > \