From 9334046189da77b5cd5ec2742656352bcb8e5cae Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 15 Sep 2015 10:40:25 +0200 Subject: [PATCH] Remove duplicate SU_PROMPT_LOCALIZATIONS --- lib/ansible/playbook/play_context.py | 34 ---------------------------- 1 file changed, 34 deletions(-) diff --git a/lib/ansible/playbook/play_context.py b/lib/ansible/playbook/play_context.py index 1706ef413c1..ce59b473d32 100644 --- a/lib/ansible/playbook/play_context.py +++ b/lib/ansible/playbook/play_context.py @@ -37,40 +37,6 @@ from ansible.utils.unicode import to_unicode __all__ = ['PlayContext'] -SU_PROMPT_LOCALIZATIONS = [ - 'Password', - '암호', - 'パスワード', - 'Adgangskode', - 'Contraseña', - 'Contrasenya', - 'Hasło', - 'Heslo', - 'Jelszó', - 'Lösenord', - 'Mật khẩu', - 'Mot de passe', - 'Parola', - 'Parool', - 'Pasahitza', - 'Passord', - 'Passwort', - 'Salasana', - 'Sandi', - 'Senha', - 'Wachtwoord', - 'ססמה', - 'Лозинка', - 'Парола', - 'Пароль', - 'गुप्तशब्द', - 'शब्दकूट', - 'సంకేతపదము', - 'හස්පදය', - '密码', - '密碼', -] - # the magic variable mapping dictionary below is used to translate # host/inventory variables to fields in the PlayContext # object. The dictionary values are tuples, to account for aliases