From 626df08d9d2f11d72a88bad5c51c17bfb3c2e53e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 1 Jul 2020 23:24:59 +0200 Subject: [PATCH] Fix a small typo in cache plugin description @ `config/base.yml` PR #70420 --- lib/ansible/config/base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index db21ca7c5cc..c3da6178ce8 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -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}