-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy patheclipes.pb
49 lines (49 loc) · 1.07 KB
/
eclipes.pb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
- hosts: all
sudo: True
tags:
- packages
- root
gather_facts: False
vars_files:
- vars/common.vars
vars:
PKGS:
- eclipse-cdt
- eclipse-cdt-autotools
- eclipse-cdt-valgrind
- eclipse-cdt-valgrind-remote
- eclipse-egit
- eclipse-egit-mylyn
- eclipse-mylyn
- eclipse-mylyn-builds-hudson
- eclipse-mylyn-context-cdt
- eclipse-mylyn-context-jdt
- eclipse-mylyn-context-pde
- eclipse-mylyn-wikitext
- eclipse-cdt-jni
- eclipse-rse
- eclipse-anyedit
- eclipse-cdt-perf
- eclipse-cdt-pkg-config
- eclipse-cdt-profiling-framework
- eclipse-cdt-profiling-framework-remote
- eclipse-subclipse
- eclipse-subclipse-graph
- eclipse-subclipse-mylyn
- eclipse-wtp
- eclipse-wtp-servertools
- eclipse-wtp-webtools
- eclipse-wtp-ws
- eclipse-wtp-xmltools
- eclipse-wtp-xsl
- eclipse
- eclipse-jdt
- eclipse-pde
- eclipse-platform
- eclipse-platform-data
- eclipse-rcp
- eclipse-emf
tasks:
- apt: state=${APT_INSTALL} pkg=$item
with_items: $PKGS