Compat with python3
parent
5cdd1a8b37
commit
8c3b1c7f13
|
@ -23,7 +23,7 @@
|
|||
|
||||
- name: APT | Install python-passlib
|
||||
apt:
|
||||
pkg: python-passlib
|
||||
pkg: "python{% if ansible_python_version is version('3', '>=') %}3{% endif %}-passlib"
|
||||
state: present
|
||||
|
||||
- name: STAT | Check acme.sh is installed
|
||||
|
|
Loading…
Reference in New Issue