From 8a18fb44d419840c5d832fa5cfb70d5ce55364ca Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Tue, 17 Aug 2021 08:36:32 -0400 Subject: [PATCH] update ansible lint environment to centos8 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 848874e..e7379aa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -16,7 +16,7 @@ jobs: strategy: matrix: include: - - distro: centos7 + - distro: centos8 playbook: converge.yml steps: - name: Check out the codebase.