Remove deprecated default.fact_caching_prefix ini config option (#80441)

pull/80440/head
Martin Krizek 2 years ago committed by GitHub
parent 5ac292e12d
commit cc5f8c529b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save