consul: fixed bug in ConsulService when storing checks (#4590)

* consul: fixed bug in ConsulService when storing checks

* added changelog fragment

* typo
This commit is contained in:
Alexei Znamensky 2022-05-05 18:23:00 +12:00 committed by GitHub
commit 5a8422c8cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 8 deletions

View file

@ -0,0 +1,2 @@
bugfixes:
- consul - fixed bug where class ``ConsulService`` was overwriting the field ``checks``, preventing the addition of checks to a service (https://github.com/ansible-collections/community.general/pull/4590).