Removing print statement in ansible module

Change-Id: Ia4d1cfad316bb16d1f546bd472ef65304794b07f
(cherry picked from commit 9eb90a8678)
This commit is contained in:
Anand Shanmugam 2020-12-11 13:43:15 +05:30
parent 9ec79f7de8
commit 765f684d72
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ class openstack_node_info_reader(object):
def get_galera_details(self):
galera = {}
print(self.hostYamlObj)
for key in list(self.hostYamlObj.keys()):
if 'galerauser' in list(self.hostYamlObj[key].keys()):