From 9f1a9e306cbabd6d06d16c0c4ad3c454d4468109 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9lestin=20Matte?= Date: Wed, 6 Sep 2023 13:30:05 +0200 Subject: [PATCH] plugins/modules/apache2_module: fix typo (#7209) --- plugins/modules/apache2_module.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/modules/apache2_module.py b/plugins/modules/apache2_module.py index 92b1dde3ce..a9fd72b24f 100644 --- a/plugins/modules/apache2_module.py +++ b/plugins/modules/apache2_module.py @@ -154,7 +154,7 @@ def _get_ctl_binary(module): if ctl_binary is not None: return ctl_binary - module.fail_json(msg="Neither of apache2ctl nor apachctl found. At least one apache control binary is necessary.") + module.fail_json(msg="Neither of apache2ctl nor apachectl found. At least one apache control binary is necessary.") def _module_is_enabled(module):