WIP:Fix ansible lint
Seems like the ansible-lint github action has been broken since last year. I have tested on my VM, it looks like it works with python3.6 while the default python version they used to build the image is python3.8, so updating it to 3.6 as a temporary fix. Plus, the default python3 version on Centos is 3.6.