From aa4f23dc97b337edba3f35e954a59e4be23f9ddf Mon Sep 17 00:00:00 2001 From: Or Bin Date: Wed, 29 Dec 2021 08:10:13 +0200 Subject: [PATCH] Fixed documentation: "do not needed -> do not need" (#76617) --- docs/docsite/rst/locales/ja/LC_MESSAGES/reference_appendices.po | 2 +- lib/ansible/config/base.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docsite/rst/locales/ja/LC_MESSAGES/reference_appendices.po b/docs/docsite/rst/locales/ja/LC_MESSAGES/reference_appendices.po index c0524355a4e..9d321b8a697 100644 --- a/docs/docsite/rst/locales/ja/LC_MESSAGES/reference_appendices.po +++ b/docs/docsite/rst/locales/ja/LC_MESSAGES/reference_appendices.po @@ -2109,7 +2109,7 @@ msgstr "DEFAULT_ASK_PASS" #: ../../rst/reference_appendices/config.rst:1043 #: ../../rst/reference_appendices/config.rst:3473 -msgid "This controls whether an Ansible playbook should prompt for a login password. If using SSH keys for authentication, you probably do not needed to change this setting." +msgid "This controls whether an Ansible playbook should prompt for a login password. If using SSH keys for authentication, you probably do not need to change this setting." msgstr "これは、Ansible Playbook がログインパスワードを要求するかどうかを制御します。認証に SSH 鍵を使用する場合は、この設定を変更する必要がない可能性があります。" #: ../../rst/reference_appendices/config.rst:1048 diff --git a/lib/ansible/config/base.yml b/lib/ansible/config/base.yml index 70e27fc0599..5c3b092a1a9 100644 --- a/lib/ansible/config/base.yml +++ b/lib/ansible/config/base.yml @@ -457,7 +457,7 @@ DEFAULT_ASK_PASS: default: False description: - This controls whether an Ansible playbook should prompt for a login password. - If using SSH keys for authentication, you probably do not needed to change this setting. + If using SSH keys for authentication, you probably do not need to change this setting. env: [{name: ANSIBLE_ASK_PASS}] ini: - {key: ask_pass, section: defaults}