Clarify fact_path configurable in ansible.cfg (#54992)

Docs: Clarify that `fact_path` can be configured in `ansible.cfg`; uppercase two acronyms.
This commit is contained in:
JP Mens 2019-04-15 22:21:00 +02:00 committed by Alicia Cozine
parent 83f20e0ea0
commit 46420dd21a

View file

@ -53,7 +53,9 @@ options:
- path used for local ansible facts (C(*.fact)) - files in this dir
will be run (if executable) and their results be added to C(ansible_local) facts
if a file is not executable it is read. Check notes for Windows options. (from 2.1 on)
File/results format can be json or ini-format
File/results format can be JSON or INI-format. The default C(fact_path) can be
specified in C(ansible.cfg) for when setup is automatically called as part of
C(gather_facts).
required: false
default: '/etc/ansible/facts.d'
description: