From eeb4e258f867646b6a6e67ba13f3b486171c2050 Mon Sep 17 00:00:00 2001 From: Scott Butler Date: Fri, 23 Sep 2016 11:46:18 -0700 Subject: [PATCH] Minor editing of PR#17730 --- docsite/rst/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/faq.rst b/docsite/rst/faq.rst index 747fbccba32..b5fed936727 100644 --- a/docsite/rst/faq.rst +++ b/docsite/rst/faq.rst @@ -277,7 +277,7 @@ Once the library is ready, SHA512 password values can then be generated as follo python -c "from passlib.hash import sha512_crypt; import getpass; print sha512_crypt.encrypt(getpass.getpass())" Use the integrated :ref:`hash_filters` to generate a hashed version of a password. -You shouldn't put plaintext passwords in your playbook or host_vars, better use :doc:`playbooks_vault` to encrypt sensitive data. +You shouldn't put plaintext passwords in your playbook or host_vars; instead, use :doc:`playbooks_vault` to encrypt sensitive data. .. _commercial_support: