From 875a8f93b260e0b9ec42e35ae5c4ea469421dab2 Mon Sep 17 00:00:00 2001 From: Jeff Geerling Date: Wed, 5 May 2021 14:43:46 -0500 Subject: [PATCH] Switch from testing on CentOS 8 to Rocky Linux 8. --- .github/workflows/ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c863f5..e423a32 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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: diff --git a/README.md b/README.md index 1dcda34..b29e6b3 100644 --- a/README.md +++ b/README.md @@ -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