From 245be47a4ee2568b663ae3778c9802fedbfe557f Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2024 14:13:03 +0100 Subject: [PATCH] [PR #9450/1de16e50 backport][stable-10] dnsmadeeasy: doc-adjustments (#9460) dnsmadeeasy: doc-adjustments (#9450) (cherry picked from commit 1de16e50f1bbf203e00a3a77dfc38b2e8331d4d3) Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com> --- plugins/modules/dnsmadeeasy.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/modules/dnsmadeeasy.py b/plugins/modules/dnsmadeeasy.py index 742d50c3f2..d0aae40834 100644 --- a/plugins/modules/dnsmadeeasy.py +++ b/plugins/modules/dnsmadeeasy.py @@ -190,9 +190,9 @@ options: notes: - The DNS Made Easy service requires that machines interacting with the API have the proper time and timezone set. Be sure you are within a few seconds of actual time by using NTP. - - This module returns record(s) and monitor(s) in the "result" element when O(state=present). These values can + - This module returns record(s) and monitor(s) in the RV(ignore:result) element when O(state=present). These values can be be registered and used in your playbooks. - - Only A records can have a monitor or failover. + - Only A records can have a O(monitor) or O(failover). - To add failover, the O(failover), O(autoFailover), O(port), O(protocol), O(ip1), and O(ip2) options are required. - To add monitor, the O(monitor), O(port), O(protocol), O(maxEmails), O(systemDescription), and O(ip1) options are required. - The monitor and the failover will share O(port), O(protocol), and O(ip1) options.