Skip to content

Commit 78a7841

Browse files
committed
added preparation task to setup environment for xenial and yakkety.
1 parent 4708840 commit 78a7841

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/test.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
---
22
# file: oracle-java/tests/test.yml
33

4+
- name: setup python2
5+
hosts: "{{ vagrant_box }}"
6+
gather_facts: no
7+
8+
tasks:
9+
- raw: sudo apt-get update -qq && sudo apt-get install -qq python2.7
10+
when: playbook_python2 is defined and
11+
playbook_python2
12+
13+
414
- name: tests play
515
hosts: all
616
gather_facts: yes

0 commit comments

Comments
 (0)