From 4cb20f577ba81867564856645cb7e463104cf585 Mon Sep 17 00:00:00 2001 From: Manuel Gutierrez <1380243+xr09@users.noreply.github.com> Date: Wed, 16 Jun 2021 16:00:15 +0200 Subject: [PATCH] Fix env lookup docs typo (#75022) - Fixed "impossbile" typo --- lib/ansible/plugins/lookup/env.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/env.py b/lib/ansible/plugins/lookup/env.py index 154e7553da2..d88e9e3bd86 100644 --- a/lib/ansible/plugins/lookup/env.py +++ b/lib/ansible/plugins/lookup/env.py @@ -19,7 +19,7 @@ DOCUMENTATION = """ required: True notes: - The module returns an empty string if the environment variable is not - defined. This makes it impossbile to differentiate between the case the + defined. This makes it impossible to differentiate between the case the variable is not defined and the case the variable is defined but it contains an empty string. - The C(default) filter requires second parameter to be set to C(True)