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