From aed5edae33e0098c752e51b56e135cc6924c5d32 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman <rjeffman@redhat.com> Date: Thu, 21 Jul 2022 00:46:01 -0300 Subject: [PATCH] ipadnsconfig: Enable chech_mode support --- plugins/modules/ipadnsconfig.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/modules/ipadnsconfig.py b/plugins/modules/ipadnsconfig.py index 19044927..7b743202 100644 --- a/plugins/modules/ipadnsconfig.py +++ b/plugins/modules/ipadnsconfig.py @@ -202,7 +202,8 @@ def main(): choices=["member", "dnsconfig"]), state=dict(type="str", default="present", choices=["present", "absent"]), - ) + ), + supports_check_mode=True, ) ansible_module._ansible_debug = True -- GitLab