Make sure idna is installed. (#800)

pull/799/head
Felix Fontein 2024-09-25 23:10:44 +03:00 committed by GitHub
parent 1095c0be41
commit 2d82f49adc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

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'