added docs for vault and made trigger shorter: !vault (#20985)

* added docs for vault and made trigger shorter: !vault

* added single var valuting

* Update playbooks_vault.rst

Edit pass for spelling and grammar. Ship it!

* Update playbooks_vault.rst

Typo fixes.
This commit is contained in:
Brian Coca 2017-02-03 15:28:50 -05:00 committed by GitHub
parent 9703b0ff39
commit a2c38c47aa
7 changed files with 31 additions and 8 deletions

View file

@ -73,7 +73,7 @@ class AnsibleSequence(AnsibleBaseYAMLObject, list):
class AnsibleVaultEncryptedUnicode(yaml.YAMLObject, AnsibleUnicode):
__UNSAFE__ = True
__ENCRYPTED__ = True
yaml_tag = u'!vault-encrypted'
yaml_tag = u'!vault'
@classmethod
def from_plaintext(cls, seq, vault):