From c5e9a87e74ac4381a1d230a03d39fd9ae58ea89f Mon Sep 17 00:00:00 2001 From: Greg Taylor Date: Tue, 21 Apr 2015 11:11:57 -0700 Subject: [PATCH] Correct emphasis markup nit in playbooks_vault.rst It looks like the original intention was to italicize, but someone was used to another markup language. I have switched the wrapped tags so we're showing italics and not a broken link. --- docsite/rst/playbooks_vault.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/playbooks_vault.rst b/docsite/rst/playbooks_vault.rst index 56cb3c78bd..9ccb5b50f1 100644 --- a/docsite/rst/playbooks_vault.rst +++ b/docsite/rst/playbooks_vault.rst @@ -77,7 +77,7 @@ If you have existing files that you no longer want to keep encrypted, you can pe Viewing Encrypted Files ``````````````````````` -_Available since Ansible 1.8_ +*Available since Ansible 1.8* If you want to view the contents of an encrypted file without editing it, you can use the `ansible-vault view` command::