Fix env lookup docs typo (#75022)

- Fixed "impossbile" typo
pull/75035/head
Manuel Gutierrez 3 years ago committed by GitHub
parent 79a0799082
commit 4cb20f577b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save