From 912c7787099ef29a60aa6f05fe6c60d8a79feda1 Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Mon, 8 Apr 2013 21:54:19 +0000 Subject: [PATCH] Add gcc-c++ for the fedora-tagger jenkins build. --- playbooks/groups/jenkins-cloud.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 2608eccbf8..7eb8923251 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -54,6 +54,13 @@ tags: - packages + - name: install pkgs for fedora-tagger jenkins build + action: yum state=installed pkg=$item + with_items: + - gcc-c++ + tags: + - packages + - name: add jenkins proxy config file for apache action: copy src=$files/jenkins/master/jenkins-apache.conf dest=/etc/httpd/conf.d/jenkins-apache.conf owner=root group=root mode=0644 notify: