diff options
author | Viktor Ekholm <621212+vikekh@users.noreply.github.com> | 2021-02-23 02:03:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-23 02:03:23 +0100 |
commit | b28abdfbdbc7c776239930b8e2915548c6428cda (patch) | |
tree | bf493782a6039699452dab7b1ff0914ccd35afeb | |
parent | [InventoryManager] Fix two unhandled exceptions (#73667) (diff) | |
download | ansible-b28abdfbdbc7c776239930b8e2915548c6428cda.tar.xz ansible-b28abdfbdbc7c776239930b8e2915548c6428cda.zip |
Fixed typo in vault documentation (#73666)
Example variable was named `my_encrytped_var`. Renamed it to `my_encrypted_var`.
-rw-r--r-- | docs/docsite/rst/user_guide/vault.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docsite/rst/user_guide/vault.rst b/docs/docsite/rst/user_guide/vault.rst index a101aa3c4b..a420673f46 100644 --- a/docs/docsite/rst/user_guide/vault.rst +++ b/docs/docsite/rst/user_guide/vault.rst @@ -42,7 +42,7 @@ If you use multiple vault passwords, you can differentiate one password from ano When you pass a vault ID as an option to the :ref:`ansible-vault` command, you add a label (a hint or nickname) to the encrypted content. This label documents which password you used to encrypt it. The encrypted variable or file includes the vault ID label in plain text in the header. The vault ID is the last element before the encrypted content. For example:: - my_encrytped_var: !vault | + my_encrypted_var: !vault | $ANSIBLE_VAULT;1.2;AES256;dev 30613233633461343837653833666333643061636561303338373661313838333565653635353162 3263363434623733343538653462613064333634333464660a663633623939393439316636633863 |