You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
254 B

  1. ---
  2. # OpenSUSE ships with Python installed
  3. # Without this package, the get_url module fails when trying to handle https
  4. - name: Install python-cryptography
  5. zypper:
  6. name: python-cryptography
  7. state: present
  8. update_cache: true
  9. become: true