From 11184869935aa5eac892329d3cde61635afe2962 Mon Sep 17 00:00:00 2001 From: Jeremy Lecour Date: Thu, 3 Jan 2019 10:16:46 +0100 Subject: [PATCH] rbenv: add pkg-config to the list of packages to install MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Some Ruby gems (Nokogiri…) need this to detect system libraries. --- CHANGELOG.md | 1 + rbenv/tasks/main.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a534bed5..0e7fe10f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ The **patch** part changes incrementally at each release. ### Added * apache: add Munin configuration for Apache server-status URL * evomaintenance: database variables must be set or the task fails +* rbenv: add pkg-config to the list of packages to install * redis: Configure munin when working in instance mode * redis: add a variable to disable the restart handler * redis: add a variable to force a restart (even with no change) diff --git a/rbenv/tasks/main.yml b/rbenv/tasks/main.yml index 47e1f0cc..f2d5844a 100644 --- a/rbenv/tasks/main.yml +++ b/rbenv/tasks/main.yml @@ -14,6 +14,7 @@ - libxml2-dev - libxslt1-dev - zlib1g-dev + - pkg-config tags: - rbenv - packages