Skip to content

Commit 7030c5a

Browse files
authored
Merge pull request #1467 from aj2s/devel
docs: Small typo + hyperlink on advanced.rst
2 parents b719669 + f9963c4 commit 7030c5a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/getting_started/how-to-use/advanced.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ To make this possible, every module accepts the ``query_params`` argument. This
224224
you want to use to search for the object.
225225

226226
Let's start with another example. We will continue to use :ref:`netbox.netbox.netbox_ip_address<ansible_collections.netbox.netbox.netbox_ip_address_module>`. We created **192.168.100.1/24** as a duplicate IP address within
227-
the global IP address space within NetBox. This task should fail saying there was more than result returned.
227+
the global IP address space within NetBox. This task should fail saying there was more than one result returned.
228228

229229
.. code-block:: yaml
230230
@@ -304,7 +304,9 @@ Hopefully this shines some light on this useful feature to allow you, as the use
304304
Using Module defaults groups
305305
--------------------------------------------
306306

307-
Ansible-core >= 2.12 provide a useful feature called [Module defaults groups](https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html#module-defaults-groups) that lets us specify default parameters for a group of modules in a single place. We can use the action_group ``netbox`` that contains all modules from this collection to avoid setting e.g. ``token`` and ``url`` on each task and thus reduce boilerplate code.
307+
Ansible-core >= 2.12 provide a useful feature called `Module defaults groups`_ that lets us specify default parameters for a group of modules in a single place. We can use the action_group ``netbox`` that contains all modules from this collection to avoid setting e.g. ``token`` and ``url`` on each task and thus reduce boilerplate code.
308+
309+
.. _Module defaults groups: https://docs.ansible.com/ansible/latest/user_guide/playbooks_module_defaults.html#module-defaults-groups
308310

309311
.. code-block:: yaml
310312

0 commit comments

Comments
 (0)