Switch from testing on CentOS 8 to Rocky Linux 8.

This commit is contained in:
Jeff Geerling 2021-05-05 14:43:46 -05:00
parent 53b364606d
commit 875a8f93b2
2 changed files with 3 additions and 3 deletions

View File

@ -41,7 +41,7 @@ jobs:
strategy: strategy:
matrix: matrix:
include: include:
- distro: centos8 - distro: rockylinux8
playbook: converge.yml playbook: converge.yml
- distro: fedora33 - distro: fedora33
playbook: converge.yml playbook: converge.yml
@ -52,7 +52,7 @@ jobs:
playbook: converge.yml playbook: converge.yml
- distro: debian10 - distro: debian10
playbook: converge.yml playbook: converge.yml
- distro: centos8 - distro: rockylinux8
playbook: pip.yml playbook: pip.yml
steps: steps:

View File

@ -6,7 +6,7 @@ An Ansible Role that installs Ansible on Linux servers.
## Requirements ## Requirements
If using on a RedHat/CentOS-based host, make sure you've added the EPEL repository (it can easily be installed by including the `geerlingguy.repo-epel` role on Ansible Galaxy). If using on a RedHat/CentOS/Rocky Linux-based host, make sure you've added the EPEL repository (it can easily be installed by including the `geerlingguy.repo-epel` role on Ansible Galaxy).
## Role Variables ## Role Variables