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