blob: 27359e597fefd612d46ff8e2342772c5fd230fab [file] [log] [blame]
Michal Ptacekb1d16262019-03-15 14:05:49 +00001#!/bin/bash
2
3# setting-up bash flags
4set -x -e -o pipefail
5
6# remove old ansible - current centos build minion
7# is quite old and using incompatible ansible 2.4.x
8sudo yum -y remove ansible
9sudo pip install ansible ansible-lint
10
11# perform check
12ansible --version
13ansible-lint --version
14ansible-lint ./ansible/site.yml -vvv