From 5db1d11c19610ccf74f5feb07487e783a185ff77 Mon Sep 17 00:00:00 2001 From: Simon Monai <33432894+simonai1254@users.noreply.github.com> Date: Mon, 20 Dec 2021 17:53:56 +0100 Subject: [PATCH] Replace "Encrypt" with "Hash" for prompt documentation (#76584) Co-authored-by: Sviatoslav Sydorenko --- docs/docsite/rst/user_guide/playbooks_prompts.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docsite/rst/user_guide/playbooks_prompts.rst b/docs/docsite/rst/user_guide/playbooks_prompts.rst index d66ddfb0891..61bd034ba0d 100644 --- a/docs/docsite/rst/user_guide/playbooks_prompts.rst +++ b/docs/docsite/rst/user_guide/playbooks_prompts.rst @@ -45,10 +45,10 @@ If you have a variable that changes infrequently, you can provide a default valu prompt: Product release version default: "1.0" -Encrypting values supplied by ``vars_prompt`` ---------------------------------------------- +Hashing values supplied by ``vars_prompt`` +------------------------------------------ -You can encrypt the entered value so you can use it, for instance, with the user module to define a password: +You can hash the entered value so you can use it, for instance, with the user module to define a password: .. code-block:: yaml