Skip to content

Commit 90068e7

Browse files
replace role removed in Ansible 11 (#3118) (#3119)
(cherry picked from commit 2d9c72f) Co-authored-by: Don Naro <[email protected]>
1 parent 5937c4f commit 90068e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docsite/rst/dev_guide/developing_collections_documenting.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Documenting modules is thoroughly documented in :ref:`module_documenting`. Plugi
1212
Documenting roles
1313
=================
1414

15-
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 <https://github.com/sensu/sensu-go-ansible/blob/master/roles/install/meta/argument_specs.yml>`_ of the :ansplugin:`sensu.sensu_go.install role <sensu.sensu_go.install#role>` on GitHub.
15+
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 <https://github.com/telekom-mms/ansible-collection-icinga-director/blob/main/roles/ansible_icinga/meta/argument_specs.yml>`_ of the :ansplugin:`telekom_mms.icinga_director.ansible_icinga role <telekom_mms.icinga_director.ansible_icinga#role>` on GitHub.
1616

1717

1818
.. _verify_collection_docs:

0 commit comments

Comments
 (0)