mirror of
https://opendev.org/openstack/ansible-collections-openstack.git
synced 2026-05-06 13:23:06 +00:00
Fix broken server_info module and add tests
Fix server_info module. Add tests because it wasn't executed in tests at all. Change-Id: I50435f3a3103501bc0eccf8fdfced3179b991bb8
This commit is contained in:
@@ -95,7 +95,8 @@ class ServerInfoModule(OpenStackModule):
|
||||
|
||||
|
||||
def main():
|
||||
ServerInfoModule()
|
||||
module = ServerInfoModule()
|
||||
module()
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user