modules a*: use f-strings (#10942)

* modules a*: use f-strings

* add changelog frag

* add changelog frag

* rename chglof frag file
This commit is contained in:
Alexei Znamensky
2025-10-23 17:50:32 +13:00
committed by GitHub
parent 0feabaa7da
commit d86340b9d3
22 changed files with 219 additions and 214 deletions

View File

@@ -151,7 +151,7 @@ class ManageIQ(object):
if resource:
return resource
else:
msg = f"{collection_name} where {params!s} does not exist in manageiq"
msg = f"{collection_name} where {params} does not exist in manageiq"
self.module.fail_json(msg=msg)
def policies(self, resource_id, resource_type, resource_name):