Skip to content

Commit

Permalink
[FIX] Sanity issue for CI RUN
Browse files Browse the repository at this point in the history
  • Loading branch information
JkhatriInfobox committed Sep 25, 2024
1 parent 67fdd6d commit 3487949
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions plugins/modules/nios_host_record.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 3487949

Please sign in to comment.