From cd26dd6b0a1b65731837640a0e3773d458eb204c Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Wed, 6 Sep 2023 19:09:59 +0200 Subject: [PATCH] [PR #7209/9f1a9e30 backport][stable-6] plugins/modules/apache2_module: fix typo (#7210) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit plugins/modules/apache2_module: fix typo (#7209) (cherry picked from commit 9f1a9e306cbabd6d06d16c0c4ad3c454d4468109) Co-authored-by: CĂ©lestin Matte --- 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 2e2456d741..06a9aadc93 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):