Make sure idna is installed. (#800)
parent
1095c0be41
commit
2d82f49adc
|
@ -8,6 +8,11 @@
|
||||||
# and should not be used as examples of how to write Ansible roles #
|
# 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
|
- name: Generate privatekey
|
||||||
openssl_privatekey:
|
openssl_privatekey:
|
||||||
path: '{{ remote_tmp_dir }}/privatekey.pem'
|
path: '{{ remote_tmp_dir }}/privatekey.pem'
|
||||||
|
|
Loading…
Reference in New Issue