Skip to content
Snippets Groups Projects
Unverified Commit 3a43ac45 authored by Max Gautier's avatar Max Gautier
Browse files

Don't special case openssl for tumbleweed

openssl 1.1.1 is EOL since 12 September 2023, so just use the default
version on tumbleweed like we do on other distributions.
parent f91e00a6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment