Skip to content

Commit

Permalink
tests/test.yml: added custom step for stretch64.
Browse files Browse the repository at this point in the history
  • Loading branch information
steenzout committed Aug 20, 2018
1 parent ef53896 commit 85aa772
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,23 @@
when: playbook_python2 is defined and
playbook_python2

- name: setup stretch
hosts: "{{ vagrant_box }}"

tasks:
- apt:
name=software-properties-common
state=present
become=yes
when: ansible_distribution | lower == 'stretch'

- name: tests play
hosts: all
gather_facts: yes
vars:
debug: yes
test_redhat_java_version: '10.0.2'
test_debian_java_version: '1.8.0_181'
test_debian_java_version: '10.0.2'

roles:
- role: oracle-java
Expand Down

0 comments on commit 85aa772

Please sign in to comment.