mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-23 19:01:26 -07:00
one_image/one_image_info: Fix class typo (#9056)
* Fix one_image class method args * Add CHANGELOG fragment * PR fix * PR fixes
This commit is contained in:
parent
3506f73da1
commit
67d1b6c413
3 changed files with 10 additions and 7 deletions
|
@ -307,7 +307,7 @@ class ImageInfoModule(OpenNebulaModule):
|
|||
images = self.get_all_images().IMAGE
|
||||
|
||||
self.result = {
|
||||
'images': [OpenNebulaModule.get_image_info(image) for image in images]
|
||||
'images': [self.get_image_info(image) for image in images]
|
||||
}
|
||||
|
||||
self.exit()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue