From 998eedbad757969b9024e760f940eff89c8dcdc3 Mon Sep 17 00:00:00 2001 From: Don Naro Date: Wed, 8 Oct 2025 08:31:24 +0100 Subject: [PATCH] replace role removed in Ansible 11 --- .../rst/dev_guide/developing_collections_documenting.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/dev_guide/developing_collections_documenting.rst b/docs/docsite/rst/dev_guide/developing_collections_documenting.rst index 456fc5c7593..5e153f85b6f 100644 --- a/docs/docsite/rst/dev_guide/developing_collections_documenting.rst +++ b/docs/docsite/rst/dev_guide/developing_collections_documenting.rst @@ -12,7 +12,7 @@ Documenting modules is thoroughly documented in :ref:`module_documenting`. Plugi Documenting roles ================= -To document a role, you have to add a role argument spec by creating a file ``meta/argument_specs.yml`` in your role. See :ref:`role_argument_spec` for details. As an example, you can look at `the argument specs file `_ of the :ansplugin:`sensu.sensu_go.install role ` on GitHub. +To document a role, you have to add a role argument spec by creating a file ``meta/argument_specs.yml`` in your role. See :ref:`role_argument_spec` for details. As an example, you can look at `the argument specs file `_ of the :ansplugin:`telekom_mms.icinga_director.ansible_icinga role ` on GitHub. .. _verify_collection_docs: