File tree Expand file tree Collapse file tree 4 files changed +11
-43
lines changed Expand file tree Collapse file tree 4 files changed +11
-43
lines changed Original file line number Diff line number Diff line change @@ -93,12 +93,14 @@ Use `--skip-tags=debug` if you want to suppress debug information.
9393
9494## Changelog
9595
96+ - v4.9.2 : 9 Sep 2015
97+ - run test play as provisioning and idempotence test depending on context
98+ - update dependency ansiblebit.launchpad-ppa-webupd8 v3.9.4
9699- v4.9.0 : 9 Sep 2015
97100 - merged with primogen v9
98101 - [ pull request #5 : removed duplicate parameter] ( https://github.com/ansiblebit/oracle-java/pull/4 ) [ cyfdecyf] ( https://github.com/cyfdecyf )
99102 - remove duplicate provision task
100103 - ansible 1.9.3 requirement
101- - run test play as provisioning and idempotence test depending on context
102104- v4.7.2 : 24 Aug 2015
103105 - usage of alternatives module to set Java default version on RedHat environments
104106 - updated default version to Java 1.8u60-b27
Original file line number Diff line number Diff line change 11- src : ansiblebit.launchpad-ppa-webupd8
2- version : v3.0.0
2+ version : v3.9.4
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 44- name : tests play
55 hosts : all
66 gather_facts : yes
7- tags : test
87
98 vars :
109 test_java_version : 8
1110 test_java_version_update : 60
1211 test_java_version_build : 27
1312
1413 roles :
14+ - { role: oracle-java,
15+ oracle_java_version : " {{ test_java_version }}" ,
16+ oracle_java_version_update : " {{ test_java_version_update }}" ,
17+ oracle_java_version_build : " {{ test_java_version_build }}" ,
18+ oracle_java_set_as_default : yes }
19+
1520 - { role: tests,
1621 expected_java_version : " 1.{{ test_java_version }}.0_{{ test_java_version_update }}" ,
17- when : idempotence is defined and idempotence }
22+ tags : test }
You can’t perform that action at this time.
0 commit comments