From b15c0b2cd0965c174a828285009fb451da34856a Mon Sep 17 00:00:00 2001 From: VishrutiBuddhadev Date: Wed, 11 Dec 2024 15:07:32 +0530 Subject: [PATCH] fixed documentation and added empty line at the end of file --- changelogs/fragments/52-ipam-host.yml | 1 - meta/runtime.yml | 2 +- plugins/modules/ipam_host_info.py | 10 ---------- 3 files changed, 1 insertion(+), 12 deletions(-) diff --git a/changelogs/fragments/52-ipam-host.yml b/changelogs/fragments/52-ipam-host.yml index dcc5526..3388f32 100644 --- a/changelogs/fragments/52-ipam-host.yml +++ b/changelogs/fragments/52-ipam-host.yml @@ -1,4 +1,3 @@ deprecated_features: - b1_ipam_host - is deprecated in favor of 'ipam_host'. - b1_ipam_host_gather - is deprecated in favor of 'ipam_host_info'. - \ No newline at end of file diff --git a/meta/runtime.yml b/meta/runtime.yml index 950d4d9..3b513b4 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -77,4 +77,4 @@ plugin_routing: b1_ipam_host_gather: deprecation: removal_version: 3.0.0 - warning_text: Use infoblox.bloxone.ipam_host_info instead. \ No newline at end of file + warning_text: Use infoblox.bloxone.ipam_host_info instead. diff --git a/plugins/modules/ipam_host_info.py b/plugins/modules/ipam_host_info.py index 6cfc79e..dbf8084 100644 --- a/plugins/modules/ipam_host_info.py +++ b/plugins/modules/ipam_host_info.py @@ -31,16 +31,6 @@ - Filter query to filter objects type: str required: false - inherit: - description: - - Return inheritance information - type: str - required: false - choices: - - full - - partial - - none - default: full tag_filters: description: - Filter dict to filter objects by tags