From a79b6ec8a2128dbe5ed4f14e7867d91cb3fce4b6 Mon Sep 17 00:00:00 2001 From: Jonathan Davila Date: Mon, 18 Jun 2018 16:15:31 -0400 Subject: [PATCH] Update my own author email in comments block my ansible/redhat email is not valid, replacing it with something that is. --- lib/ansible/plugins/lookup/hashi_vault.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/plugins/lookup/hashi_vault.py b/lib/ansible/plugins/lookup/hashi_vault.py index 24bad88dfc..83ef009cd4 100644 --- a/lib/ansible/plugins/lookup/hashi_vault.py +++ b/lib/ansible/plugins/lookup/hashi_vault.py @@ -1,4 +1,4 @@ -# (c) 2015, Jonathan Davila +# (c) 2015, Jonathan Davila # (c) 2017 Ansible Project # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)