Add gcc-c++ for the fedora-tagger jenkins build.
This commit is contained in:
parent
a8cf6b1a86
commit
912c778709
1 changed files with 7 additions and 0 deletions
|
@ -54,6 +54,13 @@
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- 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
|
- 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
|
action: copy src=$files/jenkins/master/jenkins-apache.conf dest=/etc/httpd/conf.d/jenkins-apache.conf owner=root group=root mode=0644
|
||||||
notify:
|
notify:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue