Skip to content

Commit

Permalink
WindowsPB: Prevent Installation Of Firefox & Bump Installation versio…
Browse files Browse the repository at this point in the history
…n of Thunderbird (adoptium#3242)

* Remove firefox, and restrict thunderbird

* Update thunderbird to latest

* Update main.yml

* Remove thunderbird role from playbook
  • Loading branch information
steelhead31 authored Nov 10, 2023
1 parent 1486076 commit 3c643b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions ansible/playbooks/AdoptOpenJDK_Windows_Playbook/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
- CodesignCert
- 7-Zip # Mostly extracting other prereqs :-)
- cygwin
- Firefox
- Strawberry_Perl # Testing
# - Freemarker # OpenJ9"
- GIT
Expand Down Expand Up @@ -89,8 +88,6 @@
- role: Jenkins_Service_Installation # Automate installing the jenkins service
tags: [jenkins, adoptopenjdk]
when: jenkins_secret is defined # Only run if jenkins_secret is defined
- role: Thunderbird
tags: [Thunderbird, jck, adoptopenjdk]
- role: logs
position: "End"
tags: always
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@

- name: Download Thunderbird
win_get_url:
url: https://ftp.mozilla.org/pub/thunderbird/releases/78.11.0/win64/en-GB/Thunderbird%20Setup%2078.11.0.exe
url: https://ftp.mozilla.org/pub/thunderbird/releases/115.4.1/win64/en-GB/Thunderbird%20Setup%20115.4.1.exe
dest: 'C:\temp\thunderbird.exe'
checksum: 58479f60339aadef41210f522d380dc13fe2611690e2942e141fd5361393c7da
checksum: 7e68974880164058142491714e3e1c1fb92cef657d84244e2e37ee5c0c1cc909
checksum_algorithm: sha256
when: (not thunderbird_download.stat.exists) and (not thunderbird_installed.stat.exists)

Expand Down

0 comments on commit 3c643b4

Please sign in to comment.