Docsite: update user_guide/vault (#71975)

pull/71989/head
Andrew Klychkov 4 years ago committed by GitHub
parent 0645436acd
commit 8ae3998ecf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save