Include yamllint on build servers 25/58725/1
authorTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 19 Jun 2018 13:54:27 +0000 (06:54 -0700)
committerTrevor Bramwell <tbramwell@linuxfoundation.org>
Tue, 19 Jun 2018 13:54:27 +0000 (06:54 -0700)
Change-Id: Ie99da1fd5ed3789a1dbf4134796b95f2ac69abce
Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
utils/build-server-ansible/main.yml

index 0fcce71..c9f244b 100644 (file)
       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