Skip to content

Commit

Permalink
Replaced CentOS 8 tests with Rocky Linux 8 (#214)
Browse files Browse the repository at this point in the history
RedHat have discontinued the downstream version of CentOS.
  • Loading branch information
freemanjp authored Sep 9, 2021
1 parent dcfc6b7 commit 74351df
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
ansible-version:
- '2.10.7'
molecule-scenario:
- centos
- rocky
- debian-max
- debian-min
- default
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Requirements

* RedHat Family

* CentOS
* Rocky Linux

* 8

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions molecule/centos/molecule.yml → molecule/rocky/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ lint: |
flake8
platforms:
- name: ansible-role-golang-centos-max
image: centos:8
- name: ansible-role-golang-rocky
image: rockylinux/rockylinux:8

provisioner:
name: ansible
Expand Down

0 comments on commit 74351df

Please sign in to comment.