Skip to content

Commit

Permalink
Don't special case openssl for tumbleweed
Browse files Browse the repository at this point in the history
openssl 1.1.1 is EOL since 12 September 2023, so just use the default
version on tumbleweed like we do on other distributions.
  • Loading branch information
VannTen committed Apr 29, 2024
1 parent f91e00a commit 3a43ac4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/kubernetes/preinstall/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ epel_enabled: false
dns_late: false

common_required_pkgs:
- "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}"
- openssl
- curl
- rsync
- socat
Expand Down

0 comments on commit 3a43ac4

Please sign in to comment.