Removing print statement in ansible module
Change-Id: Ia4d1cfad316bb16d1f546bd472ef65304794b07f
(cherry picked from commit 9eb90a8678
)
This commit is contained in:
parent
9ec79f7de8
commit
765f684d72
@ -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()):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user