Skip to content

Commit 85aa772

Browse files
committed
tests/test.yml: added custom step for stretch64.
1 parent ef53896 commit 85aa772

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

tests/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,23 @@
1010
when: playbook_python2 is defined and
1111
playbook_python2
1212

13+
- name: setup stretch
14+
hosts: "{{ vagrant_box }}"
15+
16+
tasks:
17+
- apt:
18+
name=software-properties-common
19+
state=present
20+
become=yes
21+
when: ansible_distribution | lower == 'stretch'
1322

1423
- name: tests play
1524
hosts: all
1625
gather_facts: yes
1726
vars:
1827
debug: yes
1928
test_redhat_java_version: '10.0.2'
20-
test_debian_java_version: '1.8.0_181'
29+
test_debian_java_version: '10.0.2'
2130

2231
roles:
2332
- role: oracle-java

0 commit comments

Comments
 (0)