mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-02-04 07:51:50 +00:00
* monit: use enum * make mypy happy about the var type * add changelog frag * typo - this is getting frequent
4 lines
312 B
YAML
4 lines
312 B
YAML
bugfixes:
|
|
- monit - internal state was not reflecting when operation is "pending" in ``monit`` (https://github.com/ansible-collections/community.general/pull/11245).
|
|
minor_changes:
|
|
- monit - use ``Enum`` to represent the possible states (https://github.com/ansible-collections/community.general/pull/11245).
|