From 18214e59480279d135d894326e66d7611fd85c5f Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 17 Jan 2017 14:36:51 -0500 Subject: [PATCH] added metadata to vault scrypt --- contrib/vault/vault-keyring.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contrib/vault/vault-keyring.py b/contrib/vault/vault-keyring.py index c154d56df10..b8394da10e9 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