Skip to content

Commit

Permalink
Fix env lookup docs typo (#75022)
Browse files Browse the repository at this point in the history
- Fixed "impossbile" typo
  • Loading branch information
xr09 committed Jun 16, 2021
1 parent 79a0799 commit 4cb20f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/plugins/lookup/env.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
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)
Expand Down

0 comments on commit 4cb20f5

Please sign in to comment.