From 5d8af630a117ba3bdcbc91352a54dcb6ceca3a00 Mon Sep 17 00:00:00 2001 From: Jordan Borean Date: Mon, 2 Sep 2024 06:39:24 +1000 Subject: [PATCH] Fix debug_ldap_client doc Fixes `microsoft.ad.debug_ldap_client` documentation problem so that is works with `ansible-doc` and the online plugin docs. --- changelogs/fragments/debug-ldap-client-doc.yml | 4 ++++ plugins/modules/debug_ldap_client.py | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 changelogs/fragments/debug-ldap-client-doc.yml create mode 100644 plugins/modules/debug_ldap_client.py diff --git a/changelogs/fragments/debug-ldap-client-doc.yml b/changelogs/fragments/debug-ldap-client-doc.yml new file mode 100644 index 0000000..d72c808 --- /dev/null +++ b/changelogs/fragments/debug-ldap-client-doc.yml @@ -0,0 +1,4 @@ +bugfixes: + - >- + Fix ``microsoft.ad.debug_ldap_client`` documentation problem so it appears in the ``ansible-doc`` plugin list and + online documentation. diff --git a/plugins/modules/debug_ldap_client.py b/plugins/modules/debug_ldap_client.py new file mode 100644 index 0000000..cb5946b --- /dev/null +++ b/plugins/modules/debug_ldap_client.py @@ -0,0 +1,5 @@ +#!/usr/bin/python +# Copyright: (c) 2023, Ansible Project +# GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt) + +# This is a stub to get the docs working, the implementation is an action plugin