From 348794910220cb5997271936a3f5df676272df42 Mon Sep 17 00:00:00 2001 From: Jeenitkumar Khatri Date: Wed, 25 Sep 2024 10:46:41 +0530 Subject: [PATCH] [FIX] Sanity issue for CI RUN --- plugins/modules/nios_host_record.py | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/plugins/modules/nios_host_record.py b/plugins/modules/nios_host_record.py index 44ac1c98..e2169592 100644 --- a/plugins/modules/nios_host_record.py +++ b/plugins/modules/nios_host_record.py @@ -46,6 +46,12 @@ default: true aliases: - dns + use_dns_ea_inheritance: + version_added: "1.7.0" + description: + - When use_dns_ea_inheritance is True, the EA is inherited from associated zone. The default value is False. + type: bool + default: false ipv4addrs: description: - Configures the IPv4 addresses for this host record. This argument @@ -55,6 +61,11 @@ aliases: - ipv4 suboptions: + use_for_ea_inheritance: + description: + - When use_for_ea_inheritance is True, the EA is inherited from Host address. The default value is False. + type: bool + required: false ipv4addr: description: - Configures the IPv4 address for the host record. Users can dynamically @@ -66,11 +77,6 @@ required: true aliases: - address - use_dns_ea_inheritance: - description: - - When use_dns_ea_inheritance is True, the EA is inherited from associated zone. The default value is False. - type: bool - default: false configure_for_dhcp: description: - Configure the host_record over DHCP instead of DNS, if user @@ -140,11 +146,6 @@ required: true aliases: - address - use_dns_ea_inheritance: - description: - - When use_dns_ea_inheritance is True, the EA is inherited from associated zone. The default value is False. - type: bool - default: false configure_for_dhcp: description: - Configure the host_record over DHCP instead of DNS, if user