From cd8fa20521c171603abf32e13f2c37f11486bba8 Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Mon, 27 Jun 2022 17:08:01 -0400 Subject: [PATCH] Update module to call python3 explicitly --- plugins/modules/sudoers.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/sudoers.py b/plugins/modules/sudoers.py index 5d99a1a..9a9d004 100644 --- a/plugins/modules/sudoers.py +++ b/plugins/modules/sudoers.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # Copyright: (c) 2019, Jon Ellis