From d99025fe8e784d68cac7c44a54217613e2eef470 Mon Sep 17 00:00:00 2001 From: createchange Date: Mon, 9 Sep 2019 19:27:01 -0600 Subject: [PATCH] Update playbooks_prompts.rst (#62003) Fixed typo: "wierd" > "weird" (cherry picked from commit e3ea89801bae73921b298e7b4628860a272e942c) --- docs/docsite/rst/user_guide/playbooks_prompts.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/user_guide/playbooks_prompts.rst b/docs/docsite/rst/user_guide/playbooks_prompts.rst index f54ebe23d16..79e24f7b718 100644 --- a/docs/docsite/rst/user_guide/playbooks_prompts.rst +++ b/docs/docsite/rst/user_guide/playbooks_prompts.rst @@ -94,7 +94,7 @@ Depending on your platform at most the following crypt schemes are supported: If you need to put in special characters (i.e `{%`) that might create templating errors, use the ``unsafe`` option:: vars_prompt: - - name: "my_password_with_wierd_chars" + - name: "my_password_with_weird_chars" prompt: "Enter password" unsafe: yes private: yes