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: