mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-04 12:22:45 +00:00
ovirt_storage_domain: Fix error message formating (#46678)
This commit is contained in:
@@ -439,7 +439,7 @@ class StorageDomainModule(BaseModule):
|
||||
else:
|
||||
raise Exception(
|
||||
"Can't bring storage to state `%s`, because Datacenter "
|
||||
"%s is not UP"
|
||||
"%s is not UP" % (self.param('state'), dc.name)
|
||||
)
|
||||
|
||||
def _attached_sds_service(self, dc_name):
|
||||
|
||||
Reference in New Issue
Block a user