diff --git a/docs/docsite/rst/user_guide/vault.rst b/docs/docsite/rst/user_guide/vault.rst index 0f5d035b710..d84aefec483 100644 --- a/docs/docsite/rst/user_guide/vault.rst +++ b/docs/docsite/rst/user_guide/vault.rst @@ -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"