diff --git a/ansible/roles/collectd/tasks/config.yml b/ansible/roles/collectd/tasks/config.yml
index a9eaf08a55c0dd129ed72a22d964747938f43194..af9417b7e07771bb8f8da9c641f331b98c283c23 100644
--- a/ansible/roles/collectd/tasks/config.yml
+++ b/ansible/roles/collectd/tasks/config.yml
@@ -1,5 +1,5 @@
 ---
-- name: Ensuring CollectD config directories exist
+- name: Ensuring collectd config directories exist
   file:
     path: "{{ node_config_directory }}/{{ item }}"
     state: "directory"
diff --git a/ansible/roles/collectd/tasks/pull.yml b/ansible/roles/collectd/tasks/pull.yml
index 300163f162f1b6c221f687a144e1baa7bbffba5e..d182b27b67a60a9d0a8afabdb249786bb3b22305 100644
--- a/ansible/roles/collectd/tasks/pull.yml
+++ b/ansible/roles/collectd/tasks/pull.yml
@@ -1,5 +1,5 @@
 ---
-- name: Pulling CollectD image
+- name: Pulling collectd image
   kolla_docker:
     action: "pull_image"
     common_options: "{{ docker_common_options }}"
diff --git a/ansible/roles/collectd/tasks/start.yml b/ansible/roles/collectd/tasks/start.yml
index fbce11dadbcdc887de94d3c43d39e5ede3803551..8675c00eb8166ff74b46e0e6c8fcda5390f7b3ef 100644
--- a/ansible/roles/collectd/tasks/start.yml
+++ b/ansible/roles/collectd/tasks/start.yml
@@ -1,5 +1,5 @@
 ---
-- name: Starting CollectD container
+- name: Starting collectd container
   kolla_docker:
     action: "start_container"
     common_options: "{{ docker_common_options }}"