mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix dead link.
This commit is contained in:
parent
d07a3b5e9b
commit
bbf4731fe4
1 changed files with 2 additions and 2 deletions
|
@ -500,9 +500,9 @@ Similarly, the hostname as the system reports it is::
|
|||
{{ ansible_hostname }}
|
||||
|
||||
|
||||
Facts are frequently used in conditionals (see :doc:`playbook_conditionals`) and also in templates.
|
||||
Facts are frequently used in conditionals (see :doc:`playbooks_conditionals`) and also in templates.
|
||||
|
||||
Facts can be also used to create dynamic groups of hosts that match particular criteria, see the :doc:`modules` documentation on 'group_by' for details, as well as in generalized conditional statements as discussed in the :doc:`playbook_conditionals` chapter.
|
||||
Facts can be also used to create dynamic groups of hosts that match particular criteria, see the :doc:`modules` documentation on 'group_by' for details, as well as in generalized conditional statements as discussed in the :doc:`playbooks_conditionals` chapter.
|
||||
|
||||
.. _disabling_facts:
|
||||
|
||||
|
|
Loading…
Reference in a new issue