Browse Source
Merge pull request #2743 from mrostecki/opensuse-tumbleweed-openssl
opensuse: Fix OpenSSL package name
pull/2812/head
Andreas Krüger
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
roles/kubernetes/preinstall/defaults/main.yml
|
|
@ -8,7 +8,7 @@ epel_enabled: false |
|
|
|
|
|
|
|
common_required_pkgs: |
|
|
|
- python-httplib2 |
|
|
|
- "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1_0', 'openssl') }}" |
|
|
|
- "{{ (ansible_distribution == 'openSUSE Tumbleweed') | ternary('openssl-1_1', 'openssl') }}" |
|
|
|
- curl |
|
|
|
- rsync |
|
|
|
- bash-completion |
|
|
|