From 0f804a78dea4171f9b257c16a737c78ff8ea5021 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Wed, 6 Nov 2013 19:00:35 +0000 Subject: [PATCH] Master needs git for git polling --- playbooks/groups/jenkins-cloud.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/playbooks/groups/jenkins-cloud.yml b/playbooks/groups/jenkins-cloud.yml index 36abaac838..e35889d517 100644 --- a/playbooks/groups/jenkins-cloud.yml +++ b/playbooks/groups/jenkins-cloud.yml @@ -55,6 +55,7 @@ - java-1.6.0-openjdk - httpd - openssh-clients + - git tags: - packages @@ -218,7 +219,7 @@ - name: install pkgs for jenkins for fedora systems action: yum state=installed pkg=$item - when: is_fedora == 'True' + #when: is_fedora == 'True' with_items: - python3 - python-nose-cover3 @@ -286,7 +287,7 @@ - udisks2 - mdadm - lvm2 - - sshpass + - sshpass # End requires for Cockpit tags: - packages