diff --git a/tasks/configure_apache.yml b/tasks/configure_apache.yml
index 7ec71affd947b4a4dd4f20612807072fd2ec8989..d66b4a9663a14355c8c495b42a5016b30b6f6ad4 100644
--- a/tasks/configure_apache.yml
+++ b/tasks/configure_apache.yml
@@ -96,7 +96,7 @@
   notify:
     - restart apache
 
-- name: copy server sertificates
+- name: copy server certificates
   ansible.builtin.copy:
     src: "{{ role_path }}/../ansible_vaults/{{ role_name }}/{{ ansible_hostname }}/{{ item }}"
     dest: "/etc/ssl/certs/{{ item }}"