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:
matrix:
include:
- distro: centos8
- distro: rockylinux8
playbook: converge.yml
- distro: fedora33
playbook: converge.yml
@ -52,7 +52,7 @@ jobs:
playbook: converge.yml
- distro: debian10
playbook: converge.yml
- distro: centos8
- distro: rockylinux8
playbook: pip.yml
steps:

View File

@ -6,7 +6,7 @@ An Ansible Role that installs Ansible on Linux servers.
## 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