mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-07-30 19:34:45 +00:00
ipadnsconfig: Enable chech_mode support
This commit is contained in:
@@ -202,7 +202,8 @@ def main():
|
|||||||
choices=["member", "dnsconfig"]),
|
choices=["member", "dnsconfig"]),
|
||||||
state=dict(type="str", default="present",
|
state=dict(type="str", default="present",
|
||||||
choices=["present", "absent"]),
|
choices=["present", "absent"]),
|
||||||
)
|
),
|
||||||
|
supports_check_mode=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
ansible_module._ansible_debug = True
|
ansible_module._ansible_debug = True
|
||||||
|
|||||||
Reference in New Issue
Block a user