mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
updated docs to make clear new option scope
this does not affect user tasks with `setup`
This commit is contained in:
parent
1b2ad94496
commit
2538383cf4
1 changed files with 2 additions and 1 deletions
|
@ -392,11 +392,12 @@ is very very conservative::
|
|||
fact_path
|
||||
=========
|
||||
|
||||
This option allows you to globally configure a custom path for :ref:`_local_facts`::
|
||||
This option allows you to globally configure a custom path for :ref:`_local_facts`:: for the implied `setup` task when using implied fact gathering.
|
||||
|
||||
fact_path = /home/centos/ansible_facts.d
|
||||
|
||||
The default is to use the default from the `setup module <https://docs.ansible.com/ansible/setup_module.html>`_: ``/etc/ansible/facts.d``
|
||||
This ONLY affects fact gathering triggered by a play when `gather_facts: True`.
|
||||
|
||||
.. _gathering:
|
||||
|
||||
|
|
Loading…
Reference in a new issue