mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-23 13:20:23 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -59,7 +59,8 @@ options:
|
|||
required: True
|
||||
host_type_index:
|
||||
description:
|
||||
- The index that maps to host type you wish to create. It is recommended to use the M(netapp_e_facts) module to gather this information. Alternatively you can use the WSP portal to retrieve the information.
|
||||
- The index that maps to host type you wish to create. It is recommended to use the M(netapp_e_facts) module to gather this information.
|
||||
Alternatively you can use the WSP portal to retrieve the information.
|
||||
required: True
|
||||
ports:
|
||||
description:
|
||||
|
@ -288,7 +289,9 @@ class Host(object):
|
|||
needs_update = True
|
||||
else:
|
||||
self.module.fail_json(
|
||||
msg="The port you specified:\n%s\n is associated with a different host. Specify force_port as True or try a different port spec" % arg_port)
|
||||
msg="The port you specified:\n%s\n is associated with a different host. Specify force_port as True or try a different "
|
||||
"port spec" % arg_port
|
||||
)
|
||||
|
||||
return needs_update
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue