Docsite: update user_guide/vault (#71975)
This commit is contained in:
parent
0645436acd
commit
8ae3998ecf
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue