fqcn[action-core]: Use FQCN for builtin module actions (service).
roles/apache/handlers/main.yml:3 Use `ansible.builtin.service` or `ansible.legacy.service` instead.
fqcn[action-core]: Use FQCN for builtin module actions (apt).
roles/apache/tasks/main.yml:2 Use `ansible.builtin.apt` or `ansible.legacy.apt` instead.
fqcn[action]: Use FQCN for module actions, such `community.general.apache2_module`.
roles/apache/tasks/main.yml:8 Action `apache2_module` is not FQCN.
ansible-lint reads like this:
name[casing]: All names should start with an uppercase letter.
While at it: Some task/handler names were slightly adapted to better
match what should be done.