diff options
author | Brian Coca <brian.coca+git@gmail.com> | 2017-01-17 14:36:51 -0500 |
---|---|---|
committer | Brian Coca <brian.coca+git@gmail.com> | 2017-01-17 14:37:06 -0500 |
commit | 18214e59480279d135d894326e66d7611fd85c5f (patch) | |
tree | 273f9500f0d6b706eeb80b32328253479f26c199 /contrib | |
parent | 541d2e8820ad0bb222f17699d7708e1ee3c001fd (diff) | |
download | ansible-18214e59480279d135d894326e66d7611fd85c5f.tar.gz |
added metadata to vault scrypt
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/vault/vault-keyring.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/contrib/vault/vault-keyring.py b/contrib/vault/vault-keyring.py index c154d56df1..b8394da10e 100755 --- a/contrib/vault/vault-keyring.py +++ b/contrib/vault/vault-keyring.py @@ -44,6 +44,10 @@ # # ansible-playbook --vault-password-file=/path/to/vault-keyring.py site.yml +ANSIBLE_METADATA = {'status': ['preview'], + 'supported_by': 'community', + 'version': '1.0'} + import sys import getpass import keyring |