From bc8d1280d8ecf039d8de10b97cac35fa01b91113 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Fri, 13 Oct 2023 12:04:14 -0300 Subject: [PATCH] TEMP: Force test execution. --- plugins/modules/ipauser.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/modules/ipauser.py b/plugins/modules/ipauser.py index dcea92f467..b502a186dd 100644 --- a/plugins/modules/ipauser.py +++ b/plugins/modules/ipauser.py @@ -19,6 +19,8 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# FORCE TEST EXECUTION + from __future__ import (absolute_import, division, print_function) __metaclass__ = type