mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-02 14:29:10 -07:00
consul: applied bugfix from issue (#4712)
* applied bugfix from issue * added changelog fragment
This commit is contained in:
parent
6052776de1
commit
4d2bed1dde
2 changed files with 3 additions and 1 deletions
|
@ -333,7 +333,7 @@ def add_service(module, service):
|
|||
service_id=result.id,
|
||||
service_name=result.name,
|
||||
service_port=result.port,
|
||||
checks=[check.to_dict() for check in service.checks],
|
||||
checks=[check.to_dict() for check in service.checks()],
|
||||
tags=result.tags)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue