Skip to content

Commit

Permalink
Switch Zule repos to https
Browse files Browse the repository at this point in the history
  • Loading branch information
steelhead31 authored Jan 5, 2024
1 parent c85b7d8 commit afe5c89
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@

- name: Add Azul Zulu GPG Package Signing Key for x86_64
apt_key:
url: http://repos.azulsystems.com/RPM-GPG-KEY-azulsystems
url: https://repos.azulsystems.com/RPM-GPG-KEY-azulsystems
state: present
when:
- ansible_architecture == "x86_64"
tags: [patch_update, azul-key]

- name: Add Azul Zulu repository for x86_64
apt_repository: repo='deb http://repos.azulsystems.com/ubuntu stable main'
apt_repository: repo='deb https://repos.azulsystems.com/ubuntu stable main'
when:
- ansible_architecture == "x86_64"
tags: patch_update
Expand Down

0 comments on commit afe5c89

Please sign in to comment.