Browse Source

Fixup label for oracle linux bootstrap

pull/7814/head
Florian Ruynat 3 years ago
committed by Kubernetes Prow Robot
parent
commit
0ef7af76bc
1 changed files with 1 additions and 1 deletions
  1. 2
      roles/bootstrap-os/tasks/bootstrap-centos.yml

2
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"

Loading…
Cancel
Save