Fix env lookup docs typo (#75022)

- Fixed "impossbile" typo
This commit is contained in:
Manuel Gutierrez 2021-06-16 16:00:15 +02:00 committed by GitHub
parent 79a0799082
commit 4cb20f577b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)