Merge pull request #2743 from mrostecki/opensuse-tumbleweed-openssl

opensuse: Fix OpenSSL package name
This commit is contained in:
Andreas Krüger 2018-05-22 11:21:04 +02:00 committed by GitHub
commit a67bdff28c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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