Make sure idna is installed. (#800)

This commit is contained in:
Felix Fontein
2024-09-25 23:10:44 +03:00
committed by GitHub
parent 1095c0be41
commit 2d82f49adc

View File

@@ -8,6 +8,11 @@
# and should not be used as examples of how to write Ansible roles #
####################################################################
- name: Make sure the Python idna library is installed
pip:
name: idna
state: present
- name: Generate privatekey
openssl_privatekey:
path: '{{ remote_tmp_dir }}/privatekey.pem'