You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/changelogs/fragments/remove-deprecated-gather-fa...

12 lines
471 B
YAML

bugfixes:
- >-
Remove deprecated config options DEFAULT_FACT_PATH, DEFAULT_GATHER_SUBSET, and
DEFAULT_GATHER_TIMEOUT in favor of setting ``fact_path``, ``gather_subset``
and ``gather_timeout`` as ``module_defaults`` for ``ansible.builtin.setup``.
These will apply to both the ``gather_facts`` play keyword, and any
``ansible.builtin.setup`` tasks.
To configure these options only for the ``gather_facts`` keyword, set these
options as play keywords also.