summaryrefslogtreecommitdiff
path: root/lib/ansible/utils
diff options
context:
space:
mode:
authorFelix Fontein <felix@fontein.de>2022-01-26 20:08:20 +0100
committerGitHub <noreply@github.com>2022-01-26 14:08:20 -0500
commitee80e856c27f2b588666a31220ea7f96ca3add45 (patch)
tree3535c7a1d32322058ba2372ec45b95410590a3fd /lib/ansible/utils
parentebea75180577458e93b2b5657ee12dd2db7907eb (diff)
downloadansible-ee80e856c27f2b588666a31220ea7f96ca3add45.tar.gz
Remove more whitelist and blacklist occurances (docs only). (#76845)
Diffstat (limited to 'lib/ansible/utils')
-rw-r--r--lib/ansible/utils/encrypt.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ansible/utils/encrypt.py b/lib/ansible/utils/encrypt.py
index ee30b32293..4cb70b7098 100644
--- a/lib/ansible/utils/encrypt.py
+++ b/lib/ansible/utils/encrypt.py
@@ -246,7 +246,7 @@ class PasslibHash(BaseHash):
# Hashes from passlib.hash should be represented as ascii strings of hex
# digits so this should not traceback. If it's not representable as such
- # we need to traceback and then blacklist such algorithms because it may
+ # we need to traceback and then block such algorithms because it may
# impact calling code.
return to_text(result, errors='strict')