Include yamllint on build servers
[releng.git] / 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