diff --git a/roles/bootstrap-os/tasks/bootstrap-centos.yml b/roles/bootstrap-os/tasks/bootstrap-centos.yml
index a0f4f588265a4e0bd28d0db83727632faaeea12b..c8a395af615a92620f80b97c399259f107ad89a6 100644
--- a/roles/bootstrap-os/tasks/bootstrap-centos.yml
+++ b/roles/bootstrap-os/tasks/bootstrap-centos.yml
@@ -68,7 +68,7 @@
     - '''ID="ol"'' in os_release.stdout_lines'
     - (ansible_distribution_version | float) >= 7.6
 
-- name: Enable Centos extra repo
+- name: Enable Centos extra repo for Oracle Linux
   ini_file:
     dest: "/etc/yum.repos.d/centos-extras.repo"
     section: "extras"