ipadnsconfig: Enable chech_mode support

This commit is contained in:
Rafael Guterres Jeffman
2022-07-21 00:46:01 -03:00
parent 889b2a5576
commit aed5edae33

View File

@@ -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