2018-04-26 09:52:06 +00:00
|
|
|
---
|
2019-04-23 22:46:02 +00:00
|
|
|
# OpenSUSE ships with Python installed
|
2019-04-09 07:17:05 +00:00
|
|
|
|
2019-04-23 22:46:02 +00:00
|
|
|
# Without this package, the get_url module fails when trying to handle https
|
|
|
|
- name: Install python-cryptography
|
|
|
|
zypper:
|
|
|
|
name: python-cryptography
|
2018-04-26 09:52:06 +00:00
|
|
|
state: present
|
2019-04-23 22:46:02 +00:00
|
|
|
update_cache: true
|
2019-02-11 22:04:27 +00:00
|
|
|
become: true
|