mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-27 05:58:50 +00:00
modules ip*: use f-strings (#10968)
* modules ip*: use f-strings * add changelog frag
This commit is contained in:
parent
0ef2235929
commit
0b6e99b28b
13 changed files with 80 additions and 73 deletions
|
|
@ -214,7 +214,7 @@ def main():
|
|||
ipmi_cmd = command.Command(
|
||||
bmc=name, userid=user, password=password, port=port, kg=key
|
||||
)
|
||||
module.debug('ipmi instantiated - name: "%s"' % name)
|
||||
module.debug(f'ipmi instantiated - name: "{name}"')
|
||||
|
||||
changed = False
|
||||
if machine is None:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue