Use type 'path' for fact_caching_connection in jsonfile cache plugin (#72317)

pull/72363/head
Sloane Hertel 4 years ago committed by GitHub
parent b848fa0fc7
commit dee8a4a8f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,2 @@
bugfixes:
- Fix jsonfile cache plugin option '_uri' to be a type path instead of a string. (https://github.com/ansible/ansible/issues/38002)

@ -23,6 +23,7 @@ DOCUMENTATION = '''
ini:
- key: fact_caching_connection
section: defaults
type: path
_prefix:
description: User defined prefix to use when creating the JSON files
env:

Loading…
Cancel
Save