]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-build.git/commitdiff
epel is required for installing nginx
authorAlfredo Deza <adeza@redhat.com>
Tue, 30 Jun 2015 15:00:58 +0000 (11:00 -0400)
committerAlfredo Deza <adeza@redhat.com>
Tue, 30 Jun 2015 15:00:58 +0000 (11:00 -0400)
Signed-off-by: Alfredo Deza <adeza@redhat.com>
ansible/master/ansible-jenkins/tasks/dependencies_yum.yml

index 7e9a9a448bd7b40613e2781218aef46a91a7dd10..10961e2522c769a555e4c9cae71fe02f02b794d2 100644 (file)
@@ -1,4 +1,8 @@
 ---
+
+- name: epel-release install
+  yum: name=epel-release
+       state=present
 - name: Install dependencies
   yum: name={{ item }} state=installed
   with_items: jenkins.yum.dependencies