From 92a0fca32ca98bc631276cc03b9e75d9fde1a9cb Mon Sep 17 00:00:00 2001 From: NodePing Date: Wed, 12 Jul 2023 10:50:19 -0700 Subject: [PATCH] Changelog and metadata_version 2.2 --- changelog.md | 8 +++++++- nodeping.py | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/changelog.md b/changelog.md index fe74e4c..fa30057 100644 --- a/changelog.md +++ b/changelog.md @@ -5,9 +5,15 @@ All notable changes to this project will be documented in this file. ## [Unreleased] (Placeholder for unreleased content) +## [2023-07-12] + +### Fixed + +Checking "changed" status on enabling and muting checks + ## [2023-07-10] -### +### Fixed Fixed muting/unmuting to match Ansible booleans properly diff --git a/nodeping.py b/nodeping.py index 5073a34..7f7c9be 100644 --- a/nodeping.py +++ b/nodeping.py @@ -10,7 +10,7 @@ from ansible.module_utils.basic import AnsibleModule ANSIBLE_METADATA = { - "metadata_version": "2.0", + "metadata_version": "2.2", "status": ["stableinterface"], "supported_by": "community", }