From 0ef7af76bc234efa06183e7329e557df87f9c0ee Mon Sep 17 00:00:00 2001
From: Florian Ruynat <16313165+floryut@users.noreply.github.com>
Date: Mon, 19 Jul 2021 15:18:55 +0200
Subject: [PATCH] Fixup label for oracle linux bootstrap

---
 roles/bootstrap-os/tasks/bootstrap-centos.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/roles/bootstrap-os/tasks/bootstrap-centos.yml b/roles/bootstrap-os/tasks/bootstrap-centos.yml
index a0f4f5882..c8a395af6 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"
-- 
GitLab