Skip to content

Commit

Permalink
disable Centos Extras repo creation for OL9
Browse files Browse the repository at this point in the history
Centos 9 doesn't exists, and Centos 9-stream also doesn't have extras repo.
  • Loading branch information
psvmcc authored Nov 11, 2022
1 parent 9439487 commit c17ced3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions roles/bootstrap-os/tasks/bootstrap-centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit c17ced3

Please sign in to comment.