Fix a small typo in cache plugin description @ config/base.yml

PR #70420
This commit is contained in:
Michael Scherer 2020-07-01 23:24:59 +02:00 committed by GitHub
parent ce570691e7
commit 626df08d9d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -189,7 +189,7 @@ AGNOSTIC_BECOME_PROMPT:
CACHE_PLUGIN:
name: Persistent Cache plugin
default: memory
description: Chooses which cache plugin to use, the default 'memory' is ephimeral.
description: Chooses which cache plugin to use, the default 'memory' is ephemeral.
env: [{name: ANSIBLE_CACHE_PLUGIN}]
ini:
- {key: fact_caching, section: defaults}