mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
[PR #7209/9f1a9e30 backport][stable-6] plugins/modules/apache2_module: fix typo (#7210)
plugins/modules/apache2_module: fix typo (#7209)
(cherry picked from commit 9f1a9e306c
)
Co-authored-by: Célestin Matte <celestin.matte@gmail.com>
This commit is contained in:
parent
009bfd786d
commit
cd26dd6b0a
1 changed files with 1 additions and 1 deletions
|
@ -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):
|
||||
|
|
Loading…
Reference in a new issue