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
|
- java-1.6.0-openjdk
|
||||||
- httpd
|
- httpd
|
||||||
- openssh-clients
|
- openssh-clients
|
||||||
|
- git
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
@ -218,7 +219,7 @@
|
||||||
|
|
||||||
- name: install pkgs for jenkins for fedora systems
|
- name: install pkgs for jenkins for fedora systems
|
||||||
action: yum state=installed pkg=$item
|
action: yum state=installed pkg=$item
|
||||||
when: is_fedora == 'True'
|
#when: is_fedora == 'True'
|
||||||
with_items:
|
with_items:
|
||||||
- python3
|
- python3
|
||||||
- python-nose-cover3
|
- python-nose-cover3
|
||||||
|
@ -286,7 +287,7 @@
|
||||||
- udisks2
|
- udisks2
|
||||||
- mdadm
|
- mdadm
|
||||||
- lvm2
|
- lvm2
|
||||||
- sshpass
|
- sshpass # End requires for Cockpit
|
||||||
tags:
|
tags:
|
||||||
- packages
|
- packages
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue