From 59b3ee78768b5c64f93eb9f392c91a708f109755 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Tue, 5 Dec 2023 11:50:58 -0300 Subject: [PATCH] TEMP: Force all tests to run --- plugins/module_utils/ansible_freeipa_module.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/plugins/module_utils/ansible_freeipa_module.py b/plugins/module_utils/ansible_freeipa_module.py index dfec4c58f1..4be5007d5a 100644 --- a/plugins/module_utils/ansible_freeipa_module.py +++ b/plugins/module_utils/ansible_freeipa_module.py @@ -1,5 +1,9 @@ # -*- coding: utf-8 -*- +# +# FORCE ALL TESTS TO RUN +# + # Authors: # Sergio Oliveira Campos # Thomas Woerner