Skip to content
Snippets Groups Projects
Commit 066016cd authored by Michal Rostecki's avatar Michal Rostecki
Browse files

opensuse: Fix OpenSSL package name

OpenSSL 1.1 package in openSUSE Tumbleweed is named openssl-1_1,
not openssl-1_1_0.
parent addd67dc
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ epel_enabled: false ...@@ -8,7 +8,7 @@ epel_enabled: false
common_required_pkgs: common_required_pkgs:
- python-httplib2 - python-httplib2
- "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1_0', 'openssl') }}" - "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}"
- curl - curl
- rsync - rsync
- bash-completion - bash-completion
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment