mirror of
https://github.com/ansible/ansible.git
synced 2026-08-03 08:03:05 +02:00
Remove deprecated default.fact_caching_prefix ini config option (#80441)
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
removed_features:
|
||||
- inventory_cache - remove deprecated ``default.fact_caching_prefix`` ini configuration option, use ``defaults.fact_caching_prefix`` instead.
|
||||
@@ -67,12 +67,6 @@ options:
|
||||
- name: ANSIBLE_CACHE_PLUGIN_PREFIX
|
||||
- name: ANSIBLE_INVENTORY_CACHE_PLUGIN_PREFIX
|
||||
ini:
|
||||
- section: default
|
||||
key: fact_caching_prefix
|
||||
deprecated:
|
||||
alternatives: Use the 'defaults' section instead
|
||||
why: Fixes typing error in INI section name
|
||||
version: '2.16'
|
||||
- section: defaults
|
||||
key: fact_caching_prefix
|
||||
- section: inventory
|
||||
|
||||
Reference in New Issue
Block a user