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
Sloane Hertel e03fcda6da
Remove deprecated configs for DEFAULT_FACT_PATH, DEFAULT_GATHER_SUBSET, and DEFAULT_GATHER_TIMEOUT (#82978)
Instead, set module_defaults at the play level, which will apply to the
gather_facts keyword as well as any
ansible.builtin.setup/ansible.builtin.gather_facts tasks.

- hosts: all
  gather_facts: yes
  module_defaults:
    ansible.builtin.setup:
      fact_path: /path/to/facts.d/
      gather_subset: '!all,!min,local'
      gather_timeout: 20
  tasks:
    # also applies to:
    - ansible.builtin.setup:
    - ansible.builtin.gather_facts:

If you wish to only apply these to the gather_facts keyword, set as play keywords.
2 months ago
..
82878-fetch-dest-is-dir.yml fetch - add error check on calculated dest (#82970) 2 months ago
82947.yml plugins: remove deprecated features (#82976) 2 months ago
ansible-drop-python-3.7.yml Drop Python 3.7 support (#82982) 2 months ago
listify.yml Remove deprecated 'loader' argument (#82968) 2 months ago
remove-deprecated-gather-facts-config.yml Remove deprecated configs for DEFAULT_FACT_PATH, DEFAULT_GATHER_SUBSET, and DEFAULT_GATHER_TIMEOUT (#82978) 2 months ago
v2.18.0-initial-commit.yaml Bump devel to 2.18.0.dev0 (#82934) 2 months ago