diff --git a/ansible_testing/modules.py b/ansible_testing/modules.py index f16a9f53466..77e8ad28c76 100644 --- a/ansible_testing/modules.py +++ b/ansible_testing/modules.py @@ -11,7 +11,7 @@ import argparse from fnmatch import fnmatch -from ansible.module_common import REPLACER_WINDOWS +from ansible.executor.module_common import REPLACER_WINDOWS from ansible.utils.module_docs import get_docstring, BLACKLIST_MODULES