1
0
Fork 0
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:
Brian Coca 2017-01-12 10:53:24 -05:00
parent 1b2ad94496
commit 2538383cf4

View file

@ -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: