From: Ken Dreyer Date: Tue, 3 Nov 2015 21:36:06 +0000 (-0700) Subject: ansible: install libyaml-dev on the slaves X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F199%2Fhead;p=ceph-build.git ansible: install libyaml-dev on the slaves The jenkins-job-builder module on PyPI requires this package. --- diff --git a/ansible/slave.yml b/ansible/slave.yml index 3883f691..95d9081c 100644 --- a/ansible/slave.yml +++ b/ansible/slave.yml @@ -60,6 +60,8 @@ - python-dev - python-pip - python-virtualenv + # jenkins-job-builder job: + - libyaml-dev # ceph-docs job: - doxygen - ditaa diff --git a/ansible/slave.yml.j2 b/ansible/slave.yml.j2 index 3b230909..78297c53 100644 --- a/ansible/slave.yml.j2 +++ b/ansible/slave.yml.j2 @@ -89,6 +89,8 @@ - libtool - autotools-dev - automake + # jenkins-job-builder job: + - libyaml-dev # ceph-docs job: - doxygen - ditaa