From 4aae9dd6fb5dc04ae201453b6c1375909d44e5a0 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Fri, 29 Sep 2023 12:59:15 -0300 Subject: [PATCH] TEMP: Commit to allow for test selection. --- plugins/modules/ipauser.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/modules/ipauser.py b/plugins/modules/ipauser.py index dcea92f467..995d3a76f2 100644 --- a/plugins/modules/ipauser.py +++ b/plugins/modules/ipauser.py @@ -19,6 +19,12 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see . +# +# TEMP COMMIT: This will enable the test for modules: +# automember, cert, group, hbacrule, host, hostgroup +# idoverrideuser, netgroup, role, sudorule, user +# + from __future__ import (absolute_import, division, print_function) __metaclass__ = type