summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
authorTrevor Bramwell <tbramwell@linuxfoundation.org>2018-06-19 06:54:27 -0700
committerTrevor Bramwell <tbramwell@linuxfoundation.org>2018-06-19 06:54:27 -0700
commite666382e04a0fd48c60dd99cf7b6daa123f58255 (patch)
tree92880e667ed0e35fb2c47ca1b3d6390ef892e473 /utils
parenta525952002800dfa4093f9c5d2e2ef178f91ae03 (diff)
Include yamllint on build servers
Change-Id: Ie99da1fd5ed3789a1dbf4134796b95f2ac69abce Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
Diffstat (limited to 'utils')
-rw-r--r--utils/build-server-ansible/main.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/build-server-ansible/main.yml b/utils/build-server-ansible/main.yml
index 0fcce715d..c9f244bee 100644
--- a/utils/build-server-ansible/main.yml
+++ b/utils/build-server-ansible/main.yml
@@ -31,6 +31,10 @@
pip:
name: tox
state: present
+ - name: install yamllint
+ pip:
+ name: yamllint
+ state: present
- include: vars/docker-compose-CentOS.yml
when: ansible_distribution == "CentOS"
- include: vars/docker-compose-Ubuntu.yml