Browse Source

disable Centos Extras repo creation for OL9 (#9483)

Centos 9 doesn't exists, and Centos 9-stream also doesn't have extras repo.
pull/9492/head
Sergey Putko 2 years ago
committed by GitHub
parent
commit
943107115a
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
  1. 1
      roles/bootstrap-os/tasks/bootstrap-centos.yml

1
roles/bootstrap-os/tasks/bootstrap-centos.yml

@ -84,6 +84,7 @@
- use_oracle_public_repo|default(true)
- '''ID="ol"'' in os_release.stdout_lines'
- (ansible_distribution_version | float) >= 7.6
- (ansible_distribution_version | float) < 9
# CentOS ships with python installed

Loading…
Cancel
Save