From d2948d72b7ca59af01608c1fc904fb5610d463d7 Mon Sep 17 00:00:00 2001 From: Ken Dreyer Date: Tue, 3 Nov 2015 14:36:06 -0700 Subject: [PATCH] ansible: install libyaml-dev on the slaves The jenkins-job-builder module on PyPI requires this package. --- ansible/slave.yml | 2 ++ ansible/slave.yml.j2 | 2 ++ 2 files changed, 4 insertions(+) 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 -- 2.47.3