Use kolla-ansible from git instead of pip
kolla-ansible from pip installs 7.1.1 which is not
the latest on the stable/rocky branch. Hence using
the source from git instead of pip.
installer-type: kolla
deploy-scenario: os-nosdn-nofeature
Change-Id: Ib35820ece5cdf5fe15d6b3ecf2d87c7a132de955
diff --git a/playbooks/roles/get-baremetal-info/tasks/main.yml b/playbooks/roles/get-baremetal-info/tasks/main.yml
index 32df85a..99d5ba2 100644
--- a/playbooks/roles/get-baremetal-info/tasks/main.yml
+++ b/playbooks/roles/get-baremetal-info/tasks/main.yml
@@ -17,10 +17,6 @@
# SPDX-License-Identifier: Apache-2.0
# ============LICENSE_END=========================================================
-- name: Print interface information
- debug:
- msg: "{{ ansible_interfaces }}"
-
- name: Get node name from IDF for host "{{ inventory_hostname }}"
set_fact:
node_name: "{{ item.key }}"