summaryrefslogtreecommitdiffstats
path: root/jjb/oom/include-yaml-check.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/oom/include-yaml-check.sh')
-rwxr-xr-xjjb/oom/include-yaml-check.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/jjb/oom/include-yaml-check.sh b/jjb/oom/include-yaml-check.sh
deleted file mode 100755
index 27359e597..000000000
--- a/jjb/oom/include-yaml-check.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/bash
-
-# setting-up bash flags
-set -x -e -o pipefail
-
-# remove old ansible - current centos build minion
-# is quite old and using incompatible ansible 2.4.x
-sudo yum -y remove ansible
-sudo pip install ansible ansible-lint
-
-# perform check
-ansible --version
-ansible-lint --version
-ansible-lint ./ansible/site.yml -vvv