mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Misc typo in azure_rm_virtualmachine (#25376)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
committed by
René Moser
parent
65bd5c4d56
commit
5cf66ceda0
@@ -1090,7 +1090,7 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
|
||||
self.image['offer'],
|
||||
self.image['sku'])
|
||||
except Exception as exc:
|
||||
self.fail("Error fetching image {0} {1} {2} - {4}".format(self.image['publisher'],
|
||||
self.fail("Error fetching image {0} {1} {2} - {3}".format(self.image['publisher'],
|
||||
self.image['offer'],
|
||||
self.image['sku'],
|
||||
str(exc)))
|
||||
|
||||
Reference in New Issue
Block a user