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

PR #70420
pull/70431/head
Michael Scherer 4 years ago committed by GitHub
parent ce570691e7
commit 626df08d9d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -189,7 +189,7 @@ AGNOSTIC_BECOME_PROMPT:
CACHE_PLUGIN: CACHE_PLUGIN:
name: Persistent Cache plugin name: Persistent Cache plugin
default: memory 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}] env: [{name: ANSIBLE_CACHE_PLUGIN}]
ini: ini:
- {key: fact_caching, section: defaults} - {key: fact_caching, section: defaults}

Loading…
Cancel
Save