From 8f65c4f8d558d0cd7891e1a880946ab7a538304a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Moser?= Date: Tue, 2 Apr 2019 06:37:13 +0200 Subject: [PATCH] vultr: fix missing encoding header (#54696) --- lib/ansible/plugins/inventory/vultr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/ansible/plugins/inventory/vultr.py b/lib/ansible/plugins/inventory/vultr.py index 1c9c601882..42f20e8bd4 100644 --- a/lib/ansible/plugins/inventory/vultr.py +++ b/lib/ansible/plugins/inventory/vultr.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- # Copyright (c) 2018, Yanis Guenane # Copyright (c) 2019, René Moser # GNU General Public License v3.0+ (see COPYING or https://www.gnu.org/licenses/gpl-3.0.txt)