Skip to content
Snippets Groups Projects
Commit aed5edae authored by Rafael Guterres Jeffman's avatar Rafael Guterres Jeffman
Browse files

ipadnsconfig: Enable chech_mode support

parent 889b2a55
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment