1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

plugins/modules/apache2_module: fix typo (#7209)

This commit is contained in:
Célestin Matte 2023-09-06 13:30:05 +02:00 committed by GitHub
parent 0c03f34f54
commit 9f1a9e306c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -154,7 +154,7 @@ def _get_ctl_binary(module):
if ctl_binary is not None: if ctl_binary is not None:
return ctl_binary 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): def _module_is_enabled(module):