Docsite: update user_guide/vault (#71975)

This commit is contained in:
Andrew Klychkov 2020-09-28 21:29:34 +03:00 committed by GitHub
parent 0645436acd
commit 8ae3998ecf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -264,7 +264,7 @@ You can view the original value of an encrypted variable using the debug module.
.. code-block:: console
ansible localhost -m debug -a var="new_user_password" -e "@vars.yml" --vault-id dev@a_password_file
ansible localhost -m ansible.builtin.debug -a var="new_user_password" -e "@vars.yml" --vault-id dev@a_password_file
localhost | SUCCESS => {
"new_user_password": "hunter2"