update ansible lint environment to centos8

This commit is contained in:
Neil Hanlon 2021-08-17 08:36:32 -04:00
parent 3c59c64203
commit 8a18fb44d4
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
include:
- distro: centos7
- distro: centos8
playbook: converge.yml
steps:
- name: Check out the codebase.