mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix aci_tenant module references
<!--- Your description here --> +label: docsite_pr
This commit is contained in:
parent
05f7d64a98
commit
75c8d8bfc2
1 changed files with 2 additions and 2 deletions
|
@ -51,7 +51,7 @@ Using the ACI modules
|
|||
---------------------
|
||||
The Ansible ACI modules provide a user-friendly interface to managing your ACI environment using Ansible playbooks.
|
||||
|
||||
For instance ensuring that a specific tenant exists, is done using the following Ansible task using module `aci_tenant <aci_tenant_module>`:
|
||||
For instance ensuring that a specific tenant exists, is done using the following Ansible task using module :ref:`aci_tenant <aci_tenant_module>`:
|
||||
|
||||
.. code-block:: yaml
|
||||
|
||||
|
@ -96,7 +96,7 @@ Or query all objects.
|
|||
state: query
|
||||
register: all_tenants
|
||||
|
||||
After registering the return values of the `aci_tenant <aci_tenant_module>` task as shown above, you can access all tenant information from variable ``all_tenants``.
|
||||
After registering the return values of the :ref:`aci_tenant <aci_tenant_module>` task as shown above, you can access all tenant information from variable ``all_tenants``.
|
||||
|
||||
|
||||
Common parameters
|
||||
|
|
Loading…
Reference in a new issue