Master needs git for git polling
This commit is contained in:
parent
0f18e74b42
commit
0f804a78de
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue