2018-04-26 17:52:06 +08:00
|
|
|
---
|
2019-04-24 06:46:02 +08:00
|
|
|
# OpenSUSE ships with Python installed
|
2019-04-09 15:17:05 +08:00
|
|
|
|
2019-04-24 06:46:02 +08: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 17:52:06 +08:00
|
|
|
state: present
|
2019-04-24 06:46:02 +08:00
|
|
|
update_cache: true
|
2019-02-12 06:04:27 +08:00
|
|
|
become: true
|