Fixed documentation: "do not needed -> do not need" (#76617)

pull/76633/head
Or Bin 3 years ago committed by GitHub
parent 594b11dc0c
commit aa4f23dc97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save