mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 06:10:22 -07:00
E501 fixes (#22879)
This commit is contained in:
parent
4fdeade389
commit
3164e8b561
215 changed files with 1328 additions and 761 deletions
|
@ -393,7 +393,8 @@ def parse_service(module):
|
|||
)
|
||||
elif module.params.get('service_name') and not module.params.get('service_port'):
|
||||
|
||||
module.fail_json( msg="service_name supplied but no service_port, a port is required to configure a service. Did you configure the 'port' argument meaning 'service_port'?")
|
||||
module.fail_json(msg="service_name supplied but no service_port, a port is required to configure a service. Did you configure "
|
||||
"the 'port' argument meaning 'service_port'?")
|
||||
|
||||
|
||||
class ConsulService():
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue